random_rase3d(mean_x = 0, mean_y = 0, sigma2x = 1, sigma2y = 1,
x_ext = c(0.1, 0.5), y_ext = c(0.1, 0.5), niter = 1e3,
logevery = 10, plot.3d = TRUE, zscale = 5,
pbtree.list = list(n = 10),
phylo.3d.list = list(df3, z.scale = zscale, pts = TRUE),
add.polygons.list = list(df3, axes = 2), ...)x axis to be generated according to the tree. By default mean_x = 0.y axis to be generated according to the tree. By default mean_y = 0.x axis to be generated according to the tree. By default sigma2x = 1.y axis to be generated according to the tree. By default msgima2y = 0.x axis.y axis.niter = 1000.logevery = 10.TRUE (default), a 3d plot is generated with the resultspbtree.phylo.3d.add.polygons.add.dens.rase.rase, phylo.3d, add.dens, add.polygons# run random_rase3d for 500 iterations
results_random <- random_rase3d(niter = 500)
# explore the results
str(results_random)Run the code above in your browser using DataLab