Description Usage Arguments Value Examples
add_isolines
1 2 3 4 5 6 7 8 9 | add_isolines(
stand_data,
variable = Hdom,
iso_values = c(26, 33, 40),
label_position = "top",
nudge_label = c(x = 0, y = 0),
show_point = FALSE,
...
)
|
stand_data |
data.frame from the use of "import_stand_data" function |
variable |
one variable from the stand_data (ex : Hdom, Gha, ...) |
iso_values |
a vector of isoline values (ex : c(10,20,30,40,50)) |
label_position |
choose the position of the label with "top", "bottom", "none" |
nudge_label |
more accurate positionning of labels by offsetting them in x and y direction (ex : -0.1,0.2) |
show_point |
if TRUE point used to find isolines are shown |
... |
other argument passed on to layer (ex : color, linetype, ...) |
ggplot object with isolines
1 | ## Not run: add_isolines()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.