tauchart: Create a new TauChart

Description Usage Arguments References Examples

Description

Performs basic widget setup and returns an object suitable for use with the other tau_ functions.

Usage

1
tauchart(data, width = NULL, height = NULL, inputId = NULL)

Arguments

data

data.frame-like or xts object

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

inputId

the input slot used to access the clicked point (for Shiny).

References

http://api.taucharts.com/

Examples

1
tauchart(mtcars) %>% tau_point("mpg", "wt")

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.