covariance_surf_plot_helper: Extract Data for Covariance Surface Plot

View source: R/helperfunctions_plots.R

covariance_surf_plot_helperR Documentation

Extract Data for Covariance Surface Plot

Description

This function gives as an output the data set necessary to plot the covariance surface. Probably not apt for more than two dimensions.

Usage

covariance_surf_plot_helper(mcomp, component, dimlabels, corr = FALSE)

Arguments

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.


alexvolkmann/multifammPaper documentation built on Sept. 9, 2024, 8:47 p.m.