View source: R/Plotting_Functions.R
PermArraySig | R Documentation |
This function takes the results of the permutation correlation test and returns a matrix of logical values of whether
PermArraySig(PermArray, TrueMatrix, percentile = NA)
PermArray |
an array of the permutation correlation results where rows and columns correspond with Lats and Longs respectively and slices are permutation iterations. |
TrueMatrix |
the matrix of correlation values calculated from the true values. |
Sig |
a numeric value for the signficance level the t.test is to perform to. |
Alt |
a character string to be passed to the alternative argument of the t.test. |
Matrix of logical values for grid cell locations where the significance level is met.
Ardern Hulme-Beaman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.