powered by
Measures polygons' overlap
Overlap(ppts, Hulls=TRUE) # S3 method for Overlap summary(object, ...)
List with hulls information (e.g., output from Hulls())
Did the information came from Hulls()?
Object of the class 'Overlap'
Additional arguments
Object of class 'Overlap', or nothing.
'Overlap()' calculates polygons (hulls) overlap (it requires 'PBSmapping' package).
If 'Hulls=FALSE', then list components with names 'centers' and 'outliers' will not be attempted to delete from 'ppts' list.
Hulls
# NOT RUN { iris.pca <- prcomp(iris[, 1:4], scale=TRUE) iris.p <- iris.pca$x[, 1:2] iris.h <- Hulls(iris.p[, 1:2], iris[, 5], plot=FALSE) iris.o <- Overlap(iris.h) summary(iris.o) # }
Run the code above in your browser using DataLab