Arguments
- object
input of which the class will be used to decide the method.
- ...
additional arguments.
See also
pca_cor_samplevar and calc_cor which are the methods included for this generic function.
Examples
sample_cors <- correlate(hermes_data)
autoplot(sample_cors)
pca_sample_var_cors <- correlate(calc_pca(hermes_data), hermes_data)
autoplot(pca_sample_var_cors)