File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
plotly when we convert groups of things that look the same to
5
5
vectors with NA . }
6
6
\usage {
7
- group2NA(g , geom = " path " )
7
+ group2NA(g , geom )
8
8
}
9
9
\arguments {
10
10
\item {g }{list of geom info with g $ data $ group. }
Original file line number Diff line number Diff line change 2
2
\alias {layer2traces }
3
3
\title {Convert a layer to a list of traces. Called from gg2list()}
4
4
\usage {
5
- layer2traces(l , d , is.continuous )
5
+ layer2traces(l , d , misc )
6
6
}
7
7
\arguments {
8
8
\item {l }{one layer of the ggplot object }
9
9
10
10
\item {d }{one layer of calculated data from
11
11
ggplot2 :: ggplot_build(p )}
12
12
13
- \item {is.continuous }{ logical vector . }
13
+ \item {misc }{ named list . }
14
14
}
15
15
\value {
16
16
list representing a layer , with corresponding aesthetics ,
You can’t perform that action at this time.
0 commit comments