protomapr/man/print.pm_style.Rd
2026-03-06 15:46:39 +11:00

19 lines
432 B
R

% 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.
}