R/M.R

Defines functions M

Documented in M

M <- function(row.=1, col.=1) {
    Matrix(1:(row.*col.), row., col.)
}

Try the tstPkg1 package in your browser

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

tstPkg1 documentation built on May 2, 2019, 4:48 p.m.