d
R/calculate_height.R
calculate_height.Rd
Calculate height (distance from north to south) of S3M grid given a value of
d
calculate_height(d)
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 |
---|
A numeric value in kilometres of height (distance from north to south) of the S3M grid
# Calculate height given a d of 6 kms calculate_height(d = 6)#> [1] 5.196152