nv_coords: nv_coords Define a scatter or line plot object for use with...

Description Usage Arguments

View source: R/nvmulti.r

Description

nv_coords Define a scatter or line plot object for use with nvmulti plots.

Usage

1
nv_coords(x, y, key = "data", yAxis = 1, type = c("scatter", "line"))

Arguments

x

A vector of x-axis coordinates

y

A vector of y-axis coordinates

key

a character label for the scatter plot

yAxis

which y-Axis to use

type

the type of plot, either "scatter" or "line"


bwlewis/nvd3 documentation built on July 13, 2021, 9:02 p.m.