Learn R Programming

smacpod (version 2.6)

print.spscan: Plots object from spscan.test.

Description

Plots object of class spscan from spscan.test.

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab