bilat.symmetry(A, ind = NULL, side = NULL, replicate = NULL,
object.sym = FALSE, land.pairs = NULL, warpgrids = TRUE, mesh = NULL,
verbose = FALSE)
warpRefMesh
).#Example of matching symmetry
data(mosquito)
bilat.symmetry(mosquito$wingshape,ind=mosquito$ind,side=mosquito$side,
replicate=mosquito$replicate,object.sym=FALSE)
#Example of object symmetry
data(scallops)
bilat.symmetry(scallops$coorddata,ind=scallops$ind,object.sym=TRUE,land.pairs=scallops$land.pairs)
Run the code above in your browser using DataLab