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

View source: R/tango-print.R

print.tangoR Documentation

Print object of class tango.

Description

Print a tango object. If the crayon package is installed, then the results are printed in color.

Usage

## S3 method for class 'tango'
print(x, ..., digits = 2)

Arguments

x

An object of class tango.

...

Not currently implemented.

digits

Number of significant digits to print.

Examples

data(nydf)
coords <- as.matrix(nydf[, c("x", "y")])
w <- dweights(coords, kappa = 1)
results <- tango.test(nydf$cases, nydf$pop, w, nsim = 49)
results

jpfrench81/smerc documentation built on Jan. 13, 2024, 4:30 a.m.