diff options
Diffstat (limited to 'man/plot.idframe.Rd')
-rw-r--r-- | man/plot.idframe.Rd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/plot.idframe.Rd b/man/plot.idframe.Rd new file mode 100644 index 0000000..559330a --- /dev/null +++ b/man/plot.idframe.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2 (4.1.0): do not edit by hand +% Please edit documentation in R/idframe.R +\name{plot.idframe} +\alias{plot.idframe} +\title{Plotting idframe objects} +\usage{ +\method{plot}{idframe}(object, ...) +} +\arguments{ +\item{object}{an object of class "idframe"} + +\item{...}{additional arguments to be passed to the `plot` function} +} +\description{ +Plotting method for objects inherting from class "idframe" +} + |