Description Usage Arguments Value
View source: R/singleGeospark.R
Generate a Spatial Sparkline as Simple Feature Geometry (sfg)
1 2 3 4 5 6 7 8 9 | singleGeospark(
coords,
values,
max_value = NULL,
width,
height,
direction = "ne",
mode = "normal"
)
|
coords |
Point coordinates |
values |
Values associated to point |
max_value |
Maximum value |
width |
width |
height |
height |
direction |
Direction of lines, upward (north), downward (south), left (west) or right (east). For instance, "ne" will generate upward right lines. |
mode |
normal mode or log mode |
returns a geometry (sfg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.