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

# 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