forked from plotly/plotly.R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.Rd
More file actions
26 lines (22 loc) · 723 Bytes
/
layout.Rd
File metadata and controls
26 lines (22 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plotly.R
\name{layout}
\alias{layout}
\title{Add and/or modify layout of a plotly}
\usage{
layout(p = last_plot(), ..., data = NULL, evaluate = FALSE)
}
\arguments{
\item{p}{A plotly object.}
\item{...}{Arguments to the layout object. For documentation,
see \url{https://plot.ly/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}()}.}
\item{evaluate}{logical. Evaluate arguments when this function is called?}
}
\description{
Add and/or modify layout of a plotly
}
\author{
Carson Sievert
}