File: layout.Rd

package info (click to toggle)
r-cran-plotly 4.10.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,636 kB
  • sloc: javascript: 195,272; sh: 24; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/layout.R
\name{layout}
\alias{layout}
\title{Modify the layout of a plotly visualization}
\usage{
layout(p, ..., data = NULL)
}
\arguments{
\item{p}{A plotly object.}

\item{...}{Arguments to the layout object. For documentation,
see \url{https://plotly.com/r/reference/#Layout_and_layout_style_objects}}

\item{data}{A data frame to associate with this layout (optional). If not
provided, arguments are evaluated using the data frame in \code{\link[=plot_ly]{plot_ly()}}.}
}
\description{
Modify the layout of a plotly visualization
}
\author{
Carson Sievert
}