View source: R/dimension_reduction.R
| create_jackstrawplot | R Documentation | 
create jackstrawplot with ggplot
create_jackstrawplot(
  jackstraw_data,
  ncp = 20,
  ylim = c(0, 1),
  threshold = 0.01
)
jackstraw_data | 
 result from jackstraw function  | 
ncp | 
 number of principal components to calculate  | 
ylim | 
 y-axis limits on jackstraw plot  | 
threshold | 
 p.value threshold to call a PC significant  | 
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.