File: print.pctable.Rd

package info (click to toggle)
r-cran-rockchalk 1.8.144%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,768 kB
  • sloc: sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
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
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pctable.R
\name{print.pctable}
\alias{print.pctable}
\title{Display pctable objects}
\usage{
\method{print}{pctable}(x, colpct = TRUE, rowpct = FALSE, ...)
}
\arguments{
\item{x}{A pctable object}

\item{colpct}{Default TRUE: include column percentages?}

\item{rowpct}{Default FALSE: include row percentages?}

\item{...}{Other arguments passed through to print method}
}
\value{
A table object for the final printed table.
}
\description{
This is not very fancy. Note that the saved pctable object
has the information inside it that is required to write both
column and row percentages. The arguments colpct and rowpct
are used to ask for the two types.
}
\author{
Paul Johnson <pauljohn@ku.edu>
}