R/example.ConstlinDecompOpFromMatrix.R

Defines functions example.ConstlinDecompOpFromMatrix

Documented in example.ConstlinDecompOpFromMatrix

#' example.ConstlinDecompOpFromMatrix
#' 
#' An example used in tests and other examples.
#' 
#' 
example.ConstlinDecompOpFromMatrix <-  function(){
	ConstLinDecompOp(matrix(nrow=2,byrow=TRUE,c(-0.1,0,0,-0.2)))
}

Try the SoilR package in your browser

Any scripts or data that you put into this service are public.

SoilR documentation built on Oct. 13, 2023, 5:06 p.m.