1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/styles.R
\docType{class}
\name{StyleSummary-class}
\alias{StyleSummary-class}
\alias{StyleSummary}
\alias{StyleSummaryHtml-class}
\alias{StyleSummaryHtml}
\title{Styling Information for Summaries}
\description{
Styling Information for Summaries
}
\section{Slots}{
\describe{
\item{\code{container}}{function applied to entire summary}
\item{\code{body}}{function applied to everything except the actual map portion of
the summary}
\item{\code{detail}}{function applied to section showing how many deletions /
insertions, etc. occurred}
\item{\code{map}}{function applied to the map portion of the summary}
}}
|