print.spscan: Plots object from 'spscan.test'.

View source: R/print.spscan.R

print.spscanR Documentation

Plots object from spscan.test.

Description

Plots object of class spscan from spscan.test.

Usage

## S3 method for class 'spscan'
print(x, ..., extra = FALSE)

Arguments

x

An object of class spscan.

...

Additional arguments affecting the summary produced.

extra

A logical value. Default is FALSE. TRUE indicates that extra information should be printed.

Details

If border, ccol, clty, or clwd are specified, then the length of these vectors must match nrow(x$coords).

Examples

data(grave)
out = spscan.test(grave, case = 2, alpha = 0.1)
out

smacpod documentation built on Oct. 31, 2024, 1:08 a.m.