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