print.smerc_optimal_ubpop: Print object of class 'smerc_optimal_ubpop'.

View source: R/optimal_ubpop-print.R

print.smerc_optimal_ubpopR Documentation

Print object of class smerc_optimal_ubpop.

Description

Print smerc_optimal_ubpop object

Usage

## S3 method for class 'smerc_optimal_ubpop'
print(x, ...)

Arguments

x

An object of class smerc_optimal_ubpop.

...

Not currently implemented.

Examples

data(nydf)
coords <- with(nydf, cbind(longitude, latitude))
ubpop_stats <- optimal_ubpop(
  coords = coords, cases = nydf$cases,
  pop = nydf$pop, nsim = 49,
  ubpop = seq(0.05, 0.5, by = 0.05)
)
ubpop_stats

smerc documentation built on Oct. 10, 2023, 5:07 p.m.