Mirror {wombsoft}R Documentation

Provides mirror effect on the data

Description

Duplicates individuals that are close to the border of the convex hull (at a distance smaller than the one given by the user), on the position of their symmetric about the border.

Usage

MirrorDominant(data,m)
MirrorCodominant(data,m) 
MirrorContingency(data,m)

Arguments

data the list of the six items provided by the Data functions.
m width of the domain where individuals will be duplicated.

Value

a new data list, with the last number corresponding to the number of distinct original individuals (the new individuals provided by the mirror effect are not counted).

See Also

Data for the computing of the data list.


[Package wombsoft version 2.0 Index]