calculate_height: Calculate height (distance from north to south) of S3M grid...

Description Usage Arguments Value Author(s) Examples

View source: R/calculate_height.R

Description

Calculate height (distance from north to south) of S3M grid given a value of d

Usage

1

Arguments

d

A numeric value for length (in kilometres) of the maximum distance of a village/community from a sampling point. This can be the output of the function calculate_d()

Value

A numeric value in kilometres of height (distance from north to south) of the S3M grid

Author(s)

Ernest Guevarra based on equations by Mark Myatt

Examples

1
2
# Calculate height given a d of 6 kms
calculate_height(d = 6)

validmeasures/spatialsampler documentation built on Oct. 16, 2021, 3:15 a.m.