print.layer: Print function for objects of class layer.

Description Usage Arguments Examples

View source: R/layer.R

Description

Print function for objects of class layer.

Usage

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

Arguments

x

The layer to be printed.

...

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

Examples

1
2
3
test_layer <- layer(4000000, 1000000, 1, "yelt_test", lobs=c("PHYSICIANS","CHC","MEDCHOICE"))
test_layer
print(test_layer)

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