compute_eafdiff_call | R Documentation |
eafdiff()
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.Same as eafdiff()
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.
compute_eafdiff_call(x, y, cumsizes_x, cumsizes_y, intervals, ret)
x , y |
|
cumsizes_x , cumsizes_y |
Cumulative size of the different sets of points in |
intervals |
|
ret |
( |
With rectangle=FALSE
, a data.frame
containing points where there
is a transition in the value of the EAF differences. With
rectangle=TRUE
, a matrix
where the first 4 columns give the
coordinates of two corners of each rectangle. In both cases, the last
column gives the difference in terms of sets in x
minus sets in y
that
attain each point (i.e., negative values are differences in favour y
).
as_double_matrix()
transform_maximise()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.