view_records | R Documentation |
view_records
and plot_records
display the footsprint of each record on a map.
view_records( records, show_aoi = TRUE, line_colours = hcl.colors(nrow(records)), fill_colours = hcl.colors(nrow(records)), fill_alpha = 0.3, aoi_colour = "deepskyblue", verbose = TRUE ) plot_records( records, show_aoi = TRUE, line_colours = hcl.colors(nrow(records)), fill_colours = hcl.colors(nrow(records)), fill_alpha = 0.3, aoi_colour = "deepskyblue", verbose = TRUE )
records |
records data frame, containing one or multiple records (each represented by one row), as returned by get_records |
show_aoi |
logical, whether the session AOI defined with set_aoi should be drawn on the map or plot(s) ( |
line_colours |
character, colours for each footprint's outline. Vector must be of same length as number of records ( |
fill_colours |
character, colours of each footprint's fill. Vector must be of same length as number of records ( |
fill_alpha |
numeric, alpha value for |
aoi_colour |
character, colour of the AOI. Ignored, if |
verbose |
logical, whether to display details on the function's progress or output on the console. |
None or a mapview
/plot
object
Jakob Schwalb-Willmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.