Reimagine: Function to fix problems with Imagine function in metacom...

Description Usage

Description

Copied the Imagine function from metacom, and then adapted it to my needs First real use of the Open Source part of open source! Well, I've got it plotting my labels, but they're so tiny, that they're illegible! I think I need staggered labels = have some above and some below

Usage

1
2
3
4
5
Reimagine(comm, col = c(0, 1), ordinate = TRUE, scores = 1, fill = TRUE,
  xlab = "Species", ylab = "Site", yline = 2, xline = 2,
  sitenames = rownames(comm), speciesnames = colnames(comm),
  binary = TRUE, cex.x = 1.5, cex.y = 1.5, staggered.x.labels = FALSE,
  staggered.y.labels = FALSE)

akeyel/behlpr documentation built on May 12, 2019, 4:41 a.m.