coord_munch | R Documentation |
This function "munches" lines, dividing each line into many small pieces so they can be transformed independently. Used inside geom functions.
coord_munch(coord, data, range, segment_length = 0.01, is_closed = FALSE)
coord |
Coordinate system definition. |
data |
Data set to transform - should have variables |
range |
Panel range specification. |
segment_length |
Target segment length |
is_closed |
Whether data should be considered as a closed polygon. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.