dddr_coords | R Documentation |
To render the view of some spatial object, one must select the way to view it. This is performed using a ggplot2 coord.
coord_look_at(direction, xlim = NULL, ylim = NULL, expand = TRUE, clip = "on") coord_look_at_front(...) coord_look_at_back(...) coord_look_at_top(...) coord_look_at_bottom(...) coord_look_at_port(...) coord_look_at_starboard(...)
direction |
String representing the face being looked at. |
xlim |
Limits for the x and y axes. |
ylim |
Limits for the x and y axes. |
expand |
If |
clip |
Should drawing be clipped to the extent of the plot panel? A
setting of |
... |
Values passed along to 'coord_look_at' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.