TABLE OF CONTENTS
miscUtils/haspar [ Functions ]
NAME
haspar --- check if a curve has a parametric component
SYNOPSIS
866 haspar <- function(curve) return(curve$type == "parametric" | curve$type == "both")
INPUTS
curve an RCurve object
OUTPUTS
boolean indicating whether the curve has a parametric component