Learn R Programming

lotri (version 1.0.0)

as.lotri: As lower triangular matrix

Description

As lower triangular matrix

Usage

as.lotri(x, ..., default = "")

# S3 method for matrix as.lotri(x, ..., default = "")

# S3 method for data.frame as.lotri(x, ..., default = "")

# S3 method for default as.lotri(x, ..., default = "")

Value

Lower triangular matrix

Arguments

x

Matrix or other data frame

...

Other factors

default

Is the default factor when no conditioning is implemented.

Author

Matthew Fidler