Skip to content

Commit 3960539

Browse files
committed
doc updates, passes checks
1 parent 1fac212 commit 3960539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

man/group2NA.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
plotly when we convert groups of things that look the same to
55
vectors with NA.}
66
\usage{
7-
group2NA(g, geom = "path")
7+
group2NA(g, geom)
88
}
99
\arguments{
1010
\item{g}{list of geom info with g$data$group.}

man/layer2traces.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
\alias{layer2traces}
33
\title{Convert a layer to a list of traces. Called from gg2list()}
44
\usage{
5-
layer2traces(l, d, is.continuous)
5+
layer2traces(l, d, misc)
66
}
77
\arguments{
88
\item{l}{one layer of the ggplot object}
99

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

13-
\item{is.continuous}{logical vector.}
13+
\item{misc}{named list.}
1414
}
1515
\value{
1616
list representing a layer, with corresponding aesthetics,

0 commit comments

Comments
 (0)