print.summary.portfolio: Print function for objects of class summary.portfolio

Description Usage Arguments Examples

View source: R/portfolio.R

Description

Print function for objects of class summary.portfolio

Usage

1
2
## S3 method for class 'summary.portfolio'
print(x, ...)

Arguments

x

The summary to be printed.

...

Objects to be passed to subsequent methods, if they existed.

Examples

1
2
3
4
5
6
layer1 <- layer(100000, 100000, 1, "yelt_test", lobs="PHYSICIANS")
layer2 <- layer(100000, 200000, 1, "yelt_test", lobs="PHYSICIANS")
layer3 <- layer(100000, 300000, 1, "yelt_test", lobs="PHYSICIANS")
P <- portfolio(layer1, layer2, layer3)
summary(P)
print(summary(P)) # same thing

jfkingiii/layers documentation built on July 21, 2020, 8:57 p.m.