plot_com: Plot results of components analysis

Description Usage Arguments Value Examples

View source: R/simcom_functions.R

Description

Plot results of components analysis

Usage

1
plot_com(components, rsquared, ...)

Arguments

...

Further arguments passed on to plot_polygons

params_df

The results of the function, which is a list with to entries.

Value

Returns a plot with the components

Examples

1
2
3
data <- sim_data()
comp_list <- cons_comp_analysis(simulated_data)
plot_com(components = comp_list[[1]], rsquared = comp_list[[2]])

kthorstmann/simcom documentation built on May 22, 2019, 4:41 p.m.