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.

...

Arguments passed on to base::print

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 Sept. 22, 2023, 1:06 a.m.