get_stcs | R Documentation |
From data in a matrix, finds the largest cluster size of grid cells above the specified threshold.
get_stcs(data, alpha_local, null_distribution, data_dim)
data |
Matrix containing data. Should be a statistical image, i.e., the test statistic of each grid cell |
data_dim |
dimesions of original data. Used for calculating df for t distributed test statistics, ignored if the test statistic is normal |
thr |
Threshold of significance. |
A number specifying the size, in number of grid cells, of the largest exceedance cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.