Description Usage Arguments Value See Also Examples
Calculate the average value of a field for a set of data-Points within a set of data-Polygons
1 | lawn_average(polygons, points, in_field, out_field = "average", lint = FALSE)
|
polygons |
A data-FeatureCollection of data-Polygon's |
points |
A data-FeatureCollection of data-Point's |
in_field |
(character) The field in the points feature from which to pull values to average. |
out_field |
(character) The field in polygons to put results of the averages. |
lint |
(logical) Lint or not. Uses geojsonhint. Takes up increasing
time as the object to get linted increases in size, so probably use by
default for small objects, but not for large if you know they are good
geojson objects. Default: |
Polygons with the value of out_field set to the calculated averages
Other aggregations:
lawn_collect()
,
lawn_count()
,
lawn_deviation()
,
lawn_max()
,
lawn_median()
,
lawn_min()
,
lawn_sum()
,
lawn_variance()
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.