Learn R Programming

graphscan (version 1.1.1)

summary: Summarize a graphscan object.

Description

This function give a summary of a graphscan object.

Usage

summary(object,...)

Arguments

object
a graphscan object containing or not a cluster analysis.
...
arguments to be passed to methods.

References

Cucala, L. 2008. A hypothesis-free multiple scan statistic with variable window, Biometrical Journal, 2, p. 299-310.

Cucala, L. 2009. A flexible spatial scan test for case event data, Computational Statistics and Data Analysis, 53, p. 2843-2850.

Examples

Run this code
## Not run: 
# dna_file<-list.files(path=system.file("extdata",package="graphscan"),
#  pattern="fna",full.names=TRUE)
# g1<-graphscan_1d(data=dna_file)
# summary(g1)
# ## End(Not run)

Run the code above in your browser using DataLab