stat_aspect_shading: Compute aspect shading per group for the given data

Description Usage Arguments Examples

View source: R/stat_aspect_shading.R

Description

The aspect shading statistic transform the height data into aspect shading data value.

Usage

1
2
3
stat_aspect_shading(mapping = NULL, data = NULL, geom = "point",
  position = "identity", sun.angle = 1/3 * pi, slope = F, res = 1,
  ..., show.legend = NA, inherit.aes = TRUE)

Arguments

...

other arguments passed on to [layer()]. These are often aesthetics, used to set an aesthetic to a fixed value, like 'color = "red"' or 'size = 3'. They may also be parameters to the paired geom/stat.

Examples

1
# Example with the volcano dataset

Clement-Viguier/ShadeR documentation built on Nov. 6, 2019, 4:46 p.m.