View source: R/VarianceOrigin_Expansion_functions.R
TwoLocationTest | R Documentation |
This function takes the output from the HeatMappingPerm
function and
two user selected locations and assesses whether there is a significant difference
between the identified correlation values at the two locations. The method does
not look specifically at the user defined locations, but rather looks at the nearest
grid square in the HeatMappingPerm
output; this is primarily for computing
efficiency.
TwoLocationTest(LocationA, LocationB, HeatMappingPermResults)
LocationA |
a numeric vector detailing the Latitude and Longitude values of the first location the user selects. |
LocationB |
a numeric vector detailing the Latitude and Longitude values of the second location the user selects. |
HeatMappingPermResults |
the output from the |
SigLevel |
a numeric value between 1 and 0 to set the required significance level for plotting a significant ploygon. Default is set to 0.05. |
The difference between the two locations and what level of significance this is.
Ardern Hulme-Beaman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.