diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.idframe.Rd | 6 | ||||
-rw-r--r-- | man/summary.idframe.Rd | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man/plot.idframe.Rd b/man/plot.idframe.Rd index 559330a..3efbf55 100644 --- a/man/plot.idframe.Rd +++ b/man/plot.idframe.Rd @@ -7,11 +7,11 @@ \method{plot}{idframe}(object, ...) } \arguments{ -\item{object}{an object of class "idframe"} +\item{object}{an object of class \code{idframe}} -\item{...}{additional arguments to be passed to the `plot` function} +\item{...}{additional arguments to be passed to the \code{plot} function} } \description{ -Plotting method for objects inherting from class "idframe" +Plotting method for objects inherting from class \code{idframe} } diff --git a/man/summary.idframe.Rd b/man/summary.idframe.Rd index 95ba73a..d54215c 100644 --- a/man/summary.idframe.Rd +++ b/man/summary.idframe.Rd @@ -2,14 +2,14 @@ % Please edit documentation in R/idframe.R \name{summary.idframe} \alias{summary.idframe} -\title{idframe-Object summaries} +\title{idframe-object summaries} \usage{ \method{summary}{idframe}(object) } \arguments{ -\item{object}{an object of class "idframe"} +\item{object}{an object of class \code{idframe}} } \description{ -Generates a summary of objects inherting from class `idframe` +Generates a summary of objects inherting from class \code{idframe} } |