View source: R/dimensionreductionscatterplot.R
DimensionReductionScatterplot | R Documentation |
DimensionReductionScatterplot
Produces as 2-dimensional embedding. Takes either a
data.frame
of variables and optionally another
vector
to be used as a grouping variable, or
takes a distance matrix
.
DimensionReductionScatterplot(
algorithm,
data = NULL,
data.groups = NULL,
table = NULL,
raw.table = FALSE,
subset = NULL,
perplexity = 10,
binary = TRUE,
normalization = FALSE,
seed = 1066,
use.combined.scatter = FALSE,
...
)
algorithm |
Valid options are |
data |
A |
data.groups |
A |
table |
A symmetrical distance |
raw.table |
If |
subset |
A logical vector which describes the subset of
|
perplexity |
The perplexity coefficient which defines the
extent of the locality of the dimension reduction. Used only
when |
binary |
If |
normalization |
If |
seed |
Random seed. Used only when |
use.combined.scatter |
Draw scatterplots using rhtmlCombinedScatter. |
... |
Other parameters passed to PrincipalComponentsAnalysis. |
For data
input, all algorithms apart from
PCA
remove duplicated data and any case with NA
is ignored by all algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.