Description Usage Arguments Author(s) See Also Examples
View source: R/initialize_map.R
Function of map initialization. This function perform required data preprocessing (see functions preprocessDataInit
and preprocessData
). This function defines an initial mapped coordinates.
1 |
map |
The map is created by Map Geometry Functions ( |
data |
The data is n-by-m matrix with m data points and n coordinates for each point (each column is one data point) |
type |
The type of initialization: principal component initialization (Pci) or Random. |
reduce |
is integer. If reduce is positive and is less than n then specified number of the first principal components are used. If 'reduce' is zero and m>n then the first n-1 principal components is used. If 'reduce' is positive and is greater or equal to n or 'reduce' is zero and n>m then dimensionality reduction is not performed. If reduce is negative then reduce PCs are calculated but dimensionality reduction is not performed |
zahra Rezaei
rect2Dmap
, preprocessDataInit
, preprocessData
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.