Commit f78b1385 authored by houyun's avatar houyun
Browse files

set default ptype to NULL

parent 78aec104
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ geom_pairs(
  stat = "identity",
  position = "identity",
  ...,
  ptype = plot_type(),
  ptype = NULL,
  ID = NULL,
  rasterize = FALSE,
  res = 100,
+5 −1
Original line number Diff line number Diff line
@@ -4,10 +4,14 @@
\alias{register_pairs_plot}
\title{Register pairs plot}
\usage{
register_pairs_plot(...)
register_pairs_plot(..., ptype = NULL, scale = list())
}
\arguments{
\item{...}{any valid layer parameters.}

\item{ptype}{a plot_type object, which can be created by `plot_type()`.}

\item{scale}{a list of aesthestic scale.}
}
\value{
set global options and return NULL.