summary_globalS.standard: A convenience function to output the standard global S-value

Description Usage Arguments Value Examples

View source: R/support_functions.R

Description

This function takes as input a spatial object generated by the sppt function and returns the standard global S-value: the mean of all local similarity values. The standard global S-value is the percentage of areas with a similar proportion of test points as compared to the base points.

Usage

1

Arguments

sppt.sp

the spatialobject generated by the sppt function

Value

returns the standard global S-value

Examples

1
2
3
# set.seed(76772)
# myoutput <- sppt(base_points.sp = points1.sp, test_points.sp = points2.sp, uoa.sp = areas.sp)
# sppt:::summary_globalS.standard(myoutput)

wsteenbeek/sppt documentation built on Oct. 16, 2020, 6:11 p.m.