print.upar: Print urban parameters information

Description Usage Arguments Examples

Description

Prints details of an upar object.

Usage

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

Arguments

x

An object of class upar.

...

Other parameters not used here.

Examples

1
2
3
4
5
6
7
# use Berlin data included in dcepucp
ucps <- upar(berlin_grid, fr_urb = berlin_fr_urb,
             fr_uclass = berlin_fr_uclass, fr_udir = berlin_fr_udir,
             fr_roof = berlin_fr_roof, w_street = berlin_w_street,
             w_build = berlin_w_build)
# calls print.ucps
print(ucps)

sebschub/dcepucp documentation built on May 20, 2019, 2:23 p.m.