print.ugrid: Print urban grid information

Description Usage Arguments Examples

Description

Prints parameters of an urban grid.

Usage

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

Arguments

x

Object of class ugrid.

...

Other parameters not used here.

Examples

1
2
3
4
5
6
7
8
9
grid <- ugrid(pollat = 40., pollon = -70.6,
              startlat_tot = -0.882, startlon_tot = -0.882,
              ie_tot = 195, je_tot = 195,
              dlat = 0.009, dlon = 0.009,
              ke_uhl = 8, hhl_uhl = c(0, 5, 10, 15, 20, 25, 30, 35,40),
              n_uclass = 1,
              n_udir = 2, angle_udir = c(0., 90.))
# calls print.ugrid
print(grid)

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