CorMatrixCustom: Custom Correlation Matrix

Description Usage Source Examples

Description

Custom Correlation Matrix - This really isn't useful yet; taken from Poster_plot.R

Usage

1
CorMatrixCustom(method = c("pearson", "kendall", "spearman"), ...)

Source

http://druedin.com/2012/08/11/moving-averages-in-r/

Examples

1
2
3
CorMatrixCustom(hy.Fish[hy.Fish$Lake=="Arrow", c(3:ncol(hy.Fish))],
yvar=as.numeric(hy.Fish[hy.Fish$Lake=="Arrow",]$Year),
method="spearman")

boshek/samfunr documentation built on May 13, 2019, 12:37 a.m.