View source: R/map_area_property.R
map_area_property | R Documentation |
map_area_property(
area,
property = c("improved", "vacant", "principal residence", "use", "building type",
"value"),
dist = NULL,
diag_ratio = 0.1,
asp = NULL,
trim = FALSE,
show_mask = FALSE
)
area |
Simple features object. Function currently supports only a single area at a time. |
property |
Real property variable to map. Options include c("improved", "vacant", "principal residence", "value"). Currently supports only one variable at a time. |
dist |
buffer distance in meters. Optional. |
diag_ratio |
ratio to set map extent based diagonal distance of area's
bounding box. Ignored when |
asp |
Aspect ratio of width to height as a numeric value (e.g. 0.33) or character (e.g. "1:3"). |
trim |
If TRUE, data trimmed to area with
|
show_mask |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.