b_area_spline.Rd
Add an area spline.
b_area_spline(p, serie, name = NULL, stack = FALSE, axis = "y")
an object of class billboard.
billboard
column of values to plot.
name of serie.
set to stack.
axis to plot on, see examples.
mtcars %>% b_board() %>% b_area_spline(mpg) mtcars %>% b_board() %>% b_area_spline(mpg, stack = TRUE) %>% b_area_spline(drat, stack = TRUE) mtcars %>% b_board() %>% b_area_spline(mpg) %>% b_area_spline(drat, axis = "y2")