## load data to the current environment
data(andechs)
## call isopam with the default options
ip <- isopam(andechs)
## calculate fidelities
it <- isotab(ip)
## plotting
plot(it)
## show species labels
plot(it, labels = TRUE)
## show all species
plot(it, phi.min = 0)
Run the code above in your browser using DataLab