Skip to content

Commit 39dbad2

Browse files
committed
Run roxygenize()
1 parent 96ad20e commit 39dbad2

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export(group2NA)
66
export(layer2traces)
77
export(paramORdefault)
88
export(plotly)
9+
export(set_config_file)
910
export(set_credentials_file)
11+
export(show_config_file)
1012
export(show_credentials_file)
1113
export(signup)
1214
export(toRGB)

man/aes2marker.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\name{aes2marker}
44
\alias{aes2marker}
55
\title{Convert ggplot2 aes to plotly "marker" codes.}
6-
\format{\preformatted{ Named chr [1:6] "opacity" "color" "size" "sizeref" "sizemode" ...
6+
\format{\preformatted{ Named chr [1:6] "opacity" "color" "size" "sizeref" "sizemode" "symbol"
77
- attr(*, "names")= chr [1:6] "alpha" "colour" "size" "sizeref" ...
88
}}
99
\usage{

man/geom2trace.Rd

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
\name{geom2trace}
44
\alias{geom2trace}
55
\title{Convert basic geoms to traces.}
6-
\format{\preformatted{List of 6
7-
$ path :function (data, params)
8-
$ polygon :function (data, params)
9-
$ point :function (data, params)
10-
$ bar :function (data, params)
11-
$ step :function (data, params)
12-
$ histogram:function (data, params)
6+
\format{\preformatted{List of 13
7+
$ path :function (data, params)
8+
$ polygon :function (data, params)
9+
$ point :function (data, params)
10+
$ bar :function (data, params)
11+
$ step :function (data, params)
12+
$ tile :function (data, params)
13+
$ boxplot :function (data, params)
14+
$ contour :function (data, params)
15+
$ density2d:function (data, params)
16+
$ errorbar :function (data, params)
17+
$ errorbarh:function (data, params)
18+
$ area :function (data, params)
19+
$ abline :function (data, params)
1320
}}
1421
\usage{
1522
geom2trace

man/layer2traces.Rd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
\alias{layer2traces}
44
\title{Convert a layer to a list of traces. Called from gg2list()}
55
\usage{
6-
layer2traces(l, d, misc, plot = NULL)
6+
layer2traces(l, d, misc)
77
}
88
\arguments{
99
\item{l}{one layer of the ggplot object}
1010

1111
\item{d}{one layer of calculated data from ggplot2::ggplot_build(p)}
1212

13-
\item{plot}{one layer of plot data}
14-
1513
\item{misc}{named list.}
1614
}
1715
\value{

man/lty2dash.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\name{lty2dash}
44
\alias{lty2dash}
55
\title{Convert R lty line type codes to plotly "dash" codes.}
6-
\format{\preformatted{ Named chr [1:25] "solid" "dash" "dot" "dashdot" "longdash" ...
6+
\format{\preformatted{ Named chr [1:25] "solid" "dash" "dot" "dashdot" "longdash" "longdashdot" ...
77
- attr(*, "names")= chr [1:25] "1" "2" "3" "4" ...
88
}}
99
\usage{

man/pch2symbol.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\name{pch2symbol}
44
\alias{pch2symbol}
55
\title{Convert R pch point codes to plotly "symbol" codes.}
6-
\format{\preformatted{ Named chr [1:20] "square" "circle" "triangle-up" "cross" "x" ...
6+
\format{\preformatted{ Named chr [1:20] "square" "circle" "triangle-up" "cross" "x" "diamond" ...
77
- attr(*, "names")= chr [1:20] "0" "1" "2" "3" ...
88
}}
99
\usage{

0 commit comments

Comments
 (0)