"Frag.object"
A class for archaeological "fragmentation" datasets. This class construction aims to ensure that the data have been properly built before performing the next steps of the analysis. A convenient constructor function, make_frag_object, is provided.
Objects can be created by calls of the form:
make_frag_object(cr, sr, fragments)
.
df.cr
:Object of class "matrix"
("data.frame"
are allowed and automatically converted)
df.sr
:Object of class "matrix"
("data.frame"
are allowed and automatically converted)
fragments.df
:Object of class "data.frame"
frag_type
:Object of class "character"
signature(object = "Frag.object")
: Makes an undirected graph representing the "connection" relationships between archaeological fragments.
signature(object = "Frag.object")
: Makes an undirected graph representing the "similarity" relationships between archaeological fragments.
signature(object = "Frag.object")
: Makes an undirected graph combining the "connection" and "similarity" relations between archaeological fragments.
signature(object = "Frag.object")
: show
method for Frag.object
Sebastien Plutniak <sebastien.plutniak at posteo.net>
make_frag_object
,
make_cr_graph
,
make_sr_graph
,
make_crsr_graph