R/persp.tsallisaccum.R

Defines functions persp.tsallisaccum

Documented in persp.tsallisaccum

persp.tsallisaccum <- 
function(x, theta = 220, phi = 15, col = heat.colors(100), zlim, ...) 
{
persp.renyiaccum(x, theta = theta, phi = phi, col = col, zlim = zlim, ...)
}
vegandevs/vegan documentation built on May 6, 2024, 7:34 p.m.