Description Usage Arguments Value Examples
Draw a Monotone
1  | 
data | 
 A   | 
area | 
 Area for wich a monotone is drawn.  | 
main | 
 Main plot title (optional).  | 
label | 
 Serie's label (optional).  | 
a dygrgaph htmlwidget
1 2 3 4 5  | dat <- data.frame(
  x = seq_len(100),
  y = sort(rnorm(100, 10, 5))
)
draw_mono(dat)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.