Objects from the Class
Objects can be created by calls of the form new("envMatrix", data, nrow, ncol, byrow, dimnames, ...)
.Extends
Class "matrix"
, from data part.
Class "array"
, by class "matrix", distance 2.
Class "structure"
, by class "matrix", distance 3.
Class "vector"
, by class "matrix", distance 4, with explicit coerce.