apexcharter/man/ax_facet_wrap.Rd

31 lines
644 B
Plaintext
Raw Normal View History

2020-12-02 15:50:03 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/facets.R
\name{ax_facet_wrap}
\alias{ax_facet_wrap}
\title{Facet wrap for ApexCharts}
\usage{
2020-12-03 10:33:20 +01:00
ax_facet_wrap(
ax,
vars,
nrow = NULL,
ncol = NULL,
labeller = label_value,
chart_height = "300px"
)
2020-12-02 15:50:03 +01:00
}
\arguments{
\item{ax}{An \code{apexcharts} \code{htmlwidget} object.}
\item{vars}{Variable(s) to use for facetting, wrapped in \code{vars(...)}.}
\item{nrow, ncol}{Number of row and column in output matrix.}
\item{chart_height}{Individual chart height.}
}
\value{
An \code{apexcharts} \code{htmlwidget} object.
}
\description{
Facet wrap for ApexCharts
}