TABLE OF CONTENTS
splineUtils/ki [ Functions ]
NAME
ki --- addressing of spline indices
FUNCTION
allows addressing spline parameters by their "true" indices (which can be negative) rather than by their vector indices
SYNOPSIS
1423 ki <- function(knots, j) return(j + attr(knots, "ord"))