Description Usage Arguments Examples
Add an area spline.
1  | 
p | 
 an object of class   | 
serie | 
 column of values to plot.  | 
name | 
 name of serie.  | 
stack | 
 set to stack.  | 
axis | 
 axis to plot on, see examples.  | 
1 2 3 4 5 6 7 8 9 10 11 12 13  | 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.