R/symmetricKnots.R

Defines functions symmetricKnots

Documented in symmetricKnots

symmetricKnots <- function(knotsFromFitobject, localLow, localUp, refpoint, lrthreshold) {
  #### reflexion if necessary, of the knotsFromFitobject, not of the keypts; note that reflected points are possibly redundant
  fitobjectSym <- constrSymOrReflWrapper(points=knotsFromFitobject, ,
                                         logLcheck=lrthreshold, refpoint=refpoint, 
                                         lower=localLow, upper=localUp) ## was reflexion of knots through mirrorface, now symmetry through refpoint...
  return(fitobjectSym)
} ## end def addSymmetricKnots

Try the blackbox package in your browser

Any scripts or data that you put into this service are public.

blackbox documentation built on May 3, 2023, 9:13 a.m.