Same as eaf()
but performs no checks and does not transform the input or the output. This function should be used by other packages that want to avoid redundant checks and transformations.
Source: R/eaf.R
compute_eaf_call.Rd
Same as eaf()
but performs no checks and does not transform the input or
the output. This function should be used by other packages that want to
avoid redundant checks and transformations.
Arguments
- x
matrix()
|data.frame()
Matrix or data frame of numerical values, where each row gives the coordinates of a point. Ifsets
is missing, the last column ofx
gives the sets.- cumsizes
integer()
Cumulative size of the different sets of points inx
.- percentiles
numeric()
Vector indicating which percentiles are computed.NULL
computes all.
Value
data.frame()
A data frame containing the exact representation of
EAF. The last column gives the percentile that corresponds to each
point. If groups is not NULL
, then an additional column indicates to
which group the point belongs.