draw_mono: Draw a Monotone

Description Usage Arguments Value Examples

View source: R/draw-mono.R

Description

Draw a Monotone

Usage

1
draw_mono(data, area = "auto", main = "auto", label = "auto")

Arguments

data

A data.table with at leat two columns.

area

Area for wich a monotone is drawn.

main

Main plot title (optional).

label

Serie's label (optional).

Value

a dygrgaph htmlwidget

Examples

1
2
3
4
5
dat <- data.frame(
  x = seq_len(100),
  y = sort(rnorm(100, 10, 5))
)
draw_mono(dat)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.