demo_timeline_data {archeoViz} | R Documentation |
Generates a "timeline" data set populated with random values.
Description
A convenient function to generate a data set to be used for the timeline.df
parameter of the archeoViz
function.
Usage
demo_timeline_data()
Details
Note that there is no correspondance between the data generated with demo_timeline_data
and the data generated with demo_objects_data
and demo_refits_data
.
Value
A data frame with 3 columns containing random data ("year", "square_x", "square_y").
Author(s)
Sebastien Plutniak <sebastien.plutniak at posteo.net>
Examples
## Not run: demo_timeline_data()
[Package archeoViz version 1.3.5 Index]