Description Usage Arguments Value See Also
View source: R/mutator.compression.R
This operator is very similar to the expansion mutation (see
doExpansionMutation
). Hence we refer the reader to the corresponding
documentation for details. The main difference is that instead of moving points
away from their orthogonal projection (expansion) points are attracted by their
orthogonal projections on the linear function.
1 | doCompressionMutation(coords, min.eps = 0.1, max.eps = 0.3, ...)
|
coords |
[ |
min.eps |
[ |
max.eps |
[ |
... |
[any] |
[matrix
] Mutated coordinates.
Other mutation operators: doAxisProjectionMutation
,
doClusterMutation
,
doExpansionMutation
,
doExplosionMutation
,
doGridMutation
,
doImplosionMutation
,
doLinearProjectionMutation
,
doNormalMutation
,
doRotationMutation
,
doUniformMutation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.