spray (version 1.0-25)

subs: Substitute values into a spray object

Description

Substitute values into a spray object, interpreted as a multivariate polynomial

Usage

subs(S, dims, x, drop=TRUE)

Arguments

S

spray object

dims

Integer or logical vector with entries corresponding to the dimensions to be substituted

x

Numeric vector of values to be substituted

drop

Boolean, with default TRUE meaning to return the drop() of the result, and FALSE meaning to return a spray object consistently

Author

Robin K. S. Hankin

See Also

process_dimensions

Examples

Run this code

(S <- spray(matrix(sample(0:3,60,replace=TRUE),nrow=12)))

subs(S,c(2,5),1:2)

P <- homog(3,3)
subs(P,1,2)

Run the code above in your browser using DataLab