View source: R/helperfunctions_plots.R
covariance_surf_plot_helper | R Documentation |
This function gives as an output the data set necessary to plot the covariance surface. Probably not apt for more than two dimensions.
covariance_surf_plot_helper(mcomp, component, dimlabels, corr = FALSE)
mcomp |
The extracted model components as given by the internal function extract_components(). |
component |
Which FPC component to extract. Possible values ("B", "C", "E") |
dimlabels |
The dimensions of the model. |
corr |
TRUE if the correlation surface is to be estimated. Defaults to FALSE. Only implemented for two dimensions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.