apexcharter/man/apex.Rd

31 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-02-14 15:50:58 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apex.R
\name{apex}
\alias{apex}
\title{Quick Apex Chart}
\usage{
2019-02-15 23:33:40 +01:00
apex(data, mapping, type = "column", ..., auto_update = TRUE,
width = NULL, height = NULL, elementId = NULL)
2019-02-14 15:50:58 +01:00
}
\arguments{
\item{data}{Default dataset to use for chart. If not already a \code{data.frame}, it will be coerced to with \code{as.data.frame}.}
\item{mapping}{Default list of aesthetic mappings to use for chart}
\item{type}{Specify the chart type. Available Options: \code{"column"}, \code{"bar"}, \code{"line"},
\code{"area"}, \code{"spline"}, \code{"pie"}, \code{"donut"}, \code{"radialBar"}, \code{"radar"}, \code{"scatter"}, \code{"heatmap"}.}
2019-02-14 15:50:58 +01:00
\item{...}{Other arguments passed on to methods. Not currently used.}
2019-02-15 23:33:40 +01:00
\item{auto_update}{In Shiny application, update existing chart rather than generating new one.}
2019-02-14 15:50:58 +01:00
\item{width}{A numeric input in pixels.}
\item{height}{A numeric input in pixels.}
\item{elementId}{Use an explicit element ID for the widget.}
}
\description{
Quick Apex Chart
}