summary_sppt: A convenience function to output S-values

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 robust global S-value, and the generalized robust S-value in a list.

Usage

1
summary_sppt(sppt.sp)

Arguments

sppt.sp

the spatialobject generated by the sppt function

Value

returns the standard, robust, and generalized robust global S-values

Examples

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

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