5
5
\title {Initiate a plotly visualization }
6
6
\usage {
7
7
plot_ly(data = data.frame (), ... , type = " scatter" , group , color , colors ,
8
- symbol , symbols , size , inherit = TRUE , evaluate = FALSE )
8
+ symbol , symbols , size , filename , fileopt , world_readable = TRUE ,
9
+ inherit = TRUE , evaluate = FALSE )
9
10
}
10
11
\arguments {
11
12
\item {data }{A data frame (optional ). }
@@ -31,7 +32,19 @@ or a color interpolation function like \code{colorRamp()}.}
31
32
32
33
\item {size }{A variable name or numeric vector to encode the size of markers. }
33
34
34
- \item {inherit }{should future traces inherit properties from this initial trace ?}
35
+ \item {filename }{character string describing the name of the plot in your plotly account.
36
+ Use / to specify directories. If a directory path does not exist it will be created.
37
+ If this argument is not specified and the title of the plot exists ,
38
+ that will be used for the filename. }
39
+
40
+ \item {fileopt }{character string describing whether to create a " new" plotly , " overwrite" an existing plotly ,
41
+ " append" data to existing plotly , or " extend" it. }
42
+
43
+ \item {world_readable }{logical. If \code {TRUE }, the graph is viewable
44
+ by anyone who has the link and in the owner ' s plotly account.
45
+ If \c ode{FALSE}, graph is only viewable in the owner' s plotly account. }
46
+
47
+ \item {inherit }{logical. Should future traces inherit properties from this initial trace ?}
35
48
36
49
\item {evaluate }{logical. Evaluate arguments when this function is called ?}
37
50
}
0 commit comments