polar2just | R Documentation |
This function is how ob_label
's vjust
and
hjust
values are recalculated automatically when the polar_just
parameter is specified.
polar2just(x, multiplier = NULL, axis = c("h", "v"))
x |
angle. Can be a named direction (e.g., "north"), number (in degrees), |
multiplier |
distance |
axis |
vertical (v) or horizontal (h) |
ob_angle object
a <- "northwest"
polar2just(a, axis = "h")
polar2just(a, axis = "v")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.