| Line 33... |
Line 33... |
| 33 |
positions. Defaults to zero (or a vector of zeroes of the same
|
33 |
positions. Defaults to zero (or a vector of zeroes of the same
|
| 34 |
length as \code{x}).}
|
34 |
length as \code{x}).}
|
| 35 |
\item{outer.ok}{logical indicating if \code{x} should be allowed
|
35 |
\item{outer.ok}{logical indicating if \code{x} should be allowed
|
| 36 |
outside the \emph{inner} knots, see the \code{x} argument.}
|
36 |
outside the \emph{inner} knots, see the \code{x} argument.}
|
| 37 |
\item{sparse}{logical indicating if the result should inherit from class
|
37 |
\item{sparse}{logical indicating if the result should inherit from class
|
| 38 |
\code{"\link[Matrix:sparseMatrix-class]{sparseMatrix}"} (from package \CRANpkg{Matrix}).}
|
- |
|
| 39 |
% \code{\linkS4class{sparseMatrix}} (from package \CRANpkg{Matrix}).}
|
38 |
\code{"\linkS4class[Matrix]{sparseMatrix}"} (from package \CRANpkg{Matrix}).}
|
| 40 |
}
|
39 |
}
|
| 41 |
\value{
|
40 |
\value{
|
| 42 |
A matrix with \code{length(x)} rows and \code{length(knots) - ord}
|
41 |
A matrix with \code{length(x)} rows and \code{length(knots) - ord}
|
| 43 |
columns. The i-th row of the matrix contains the coefficients of the
|
42 |
columns. The i-th row of the matrix contains the coefficients of the
|
| 44 |
B-splines (or the indicated derivative of the B-splines) defined by
|
43 |
B-splines (or the indicated derivative of the B-splines) defined by
|