Description Details See Also Examples
Methods to get or set internal fields in a poplin object. These methods are not intended to be used by end users of the poplin package.
In the snippets below, x
is a poplin object.
poplinData(x)
, poplinData(x) <- value
: Returns a
DataFrame of matrices containing one or more data processing
results. value
must be a DataFrame with the dimension
equal to dim(x)
. End users are supposed to interact with this field
via poplin_data.
poplinReduced(x)
, poplinReduced(x) <- value
: Returns a
DataFrame of matrices containing one or more dimension-reduced
data. value
must be a DataFrame with the number of rows
equal to ncol(x)
. End users are supposed to interact with this field
via poplin_reduced.
poplin_data, poplin_reduced
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.