Skip to content

Commit 12fdcd9

Browse files
committed
geom2traces doc
1 parent 3960539 commit 12fdcd9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

man/geom2trace.Rd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
\docType{data}
2+
\name{geom2trace}
3+
\alias{geom2trace}
4+
\title{Convert basic geoms to traces.}
5+
\format{\preformatted{List of 3
6+
$ path :function (data, params)
7+
$ polygon:function (data, params)
8+
$ point :function (data, params)
9+
}}
10+
\usage{
11+
geom2trace
12+
}
13+
\description{
14+
Convert basic geoms to traces.
15+
}
16+
\keyword{datasets}
17+

0 commit comments

Comments
 (0)