numeric matrix or data.frame
Usage
correlationPlot(
mat,
density = "smooth",
thin = "auto",
method = "pearson",
whichParameters = NULL
)
Arguments
- mat
matrix or data frame of variables
- density
type of plot to do
- thin
thinning of the matrix to make things faster. Default is to thin to 5000
- method
method for calculating correlations
- whichParameters
all params or some
References
The code for the correlation density plot originates from Hartig, F.; Dislich, C.; Wiegand, T. & Huth, A. (2014) Technical Note: Approximate Bayesian parameterization of a process-based tropical forest model. Biogeosciences, 11, 1261-1272.