singleGeospark: Generate a Spatial Sparkline as Simple Feature Geometry (sfg)

Description Usage Arguments Value

View source: R/singleGeospark.R

Description

Generate a Spatial Sparkline as Simple Feature Geometry (sfg)

Usage

1
2
3
4
5
6
7
8
9
singleGeospark(
  coords,
  values,
  max_value = NULL,
  width,
  height,
  direction = "ne",
  mode = "normal"
)

Arguments

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

Value

returns a geometry (sfg)


datagistips/geosparklines documentation built on April 28, 2020, 3:03 p.m.