pander.summary.prcomp {pander}R Documentation

Pander method for summary.prcomp class

Description

Prints a summary.prcomp object in Pandoc's markdown.

Usage

## S3 method for class 'summary.prcomp'
pander(x, caption = attr(x, "caption"), summary = TRUE, ...)

Arguments

x

a summary.prcomp object

caption

caption (string) to be shown under the table

summary

(default:TRUE) if extended summary should be printed

...

optional parameters passed to raw pandoc.table function


[Package pander version 0.6.5 Index]