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 Sept. 1, 2024, 8:22 p.m.