# NOT RUN {
l.c <- cor(datasets::longley, method="spearman", use="pairwise")
Pleiad(l.c, corr=TRUE, legtext=2, pch=21, cex=2, bg="white", breaks=3, gr=3, hoff=1, show.int=TRUE)
dr <- read.table("http://ashipunov.info/shipunov/open/drosera.txt", h=TRUE)
dr.c <- cor(dr[, -1], method="spearman", use="pairwise")
Pleiad(dr.c, corr=TRUE, legtext=2, pch=19, cex=1.2)
# }
Run the code above in your browser using DataLab