demo_objects_data {archeoViz} | R Documentation |
A convenient function to generate a data set to be used for the objects.df
parameter of the archeoViz
function.
demo_objects_data(n.objects)
n.objects |
numerical, number of objects to include in the data set. |
A data.frame with 12 columns ("id", "square_x", "square_y", "xmin", "xmax", "ymin", "ymax", "zmin", "zmax", "layer", "object_type", "object_class_size").
Sebastien Plutniak <sebastien.plutniak at posteo.net>
## Not run: demo_objects_data(n.objects.df=100)