init
This commit is contained in:
commit
116abafc09
58 changed files with 5749 additions and 0 deletions
19
man/print.pm_style.Rd
Normal file
19
man/print.pm_style.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/styles.R
|
||||
\name{print.pm_style}
|
||||
\alias{print.pm_style}
|
||||
\title{Print method for pm_style objects}
|
||||
\usage{
|
||||
\method{print}{pm_style}(x, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{A pm_style object.}
|
||||
|
||||
\item{...}{Additional arguments (ignored).}
|
||||
}
|
||||
\value{
|
||||
Invisibly returns x.
|
||||
}
|
||||
\description{
|
||||
Prints a formatted summary of a pm_style object showing colors and label rules.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue