d
R/calculate_length.R
calculate_length.Rd
Calculate length (distance from east to west) of S3M grid given a value of
d
calculate_length(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 length (distance from east to west) of the S3M grid
# Calculate length given a d of 6 kms calculate_length(d = 6)#> [1] 9