Fill a "corner" of a matrix with values
fill.corner.Rd
Fills one corner of a matrix with the supplied values, leaving the rest filled with a default value.
Arguments
- x
A vector of values.
- nrow,ncol
The number of rows and columns in the matrix to be returned.
- na.value
The default value for unfilled cells.