map-line-chart: Line Charts.

Description Usage Arguments

Description

stacked_bar_chart creates a stacked bar chart using the specified library, which can be used in the library's %>% workflow. Data must be provided in long format.

hc_line_chart should not be used directly, it generates a line chart using Highchart.

plotly_line_chart should not be used directly, it generates a line chart using using Plotly.

Usage

1
2
3
4
5
6
line_chart(data = NA, library = "highcharter", x.column, y.column,
  traces.column, color.column, markers = TRUE)

hc_line_chart(...)

plotly_line_chart(...)

Arguments

data

A dataframe, must be long-formatted.

library

Which library to use, highchart is default.

x.column

Column containing x-coordinates for data points

y.column

Column containing y-cordinates for data points

traces.column

Column containing the traces/trace names

markers

Show plot markers on lines? TRUE or FALSE.

...

all arguments provided to line_chart.

...

all arguments provided to line_chart.


martinjhnhadley/oidnChaRts documentation built on May 21, 2019, 12:38 p.m.