demo_refits_data {archeoViz} | R Documentation |
Generates a "refits" data set populated with random values.
Description
A convenient function to generate a data set to be used for the refits.df
parameter of the archeoViz
function.
Usage
demo_refits_data(n.objects)
Arguments
n.objects |
numerical, number of objects between which refitting relationships must be created. |
Value
A matrix with 2 columns containing random pairs of numerica values (corresponding to the unique identifiers of the objects generated with the demo_objects_data
function).
Author(s)
Sebastien Plutniak <sebastien.plutniak at posteo.net>
Examples
## Not run: demo_refits_data(n.objects.df=100)
[Package archeoViz version 1.3.5 Index]