Learn R Programming

polyMatrix (version 0.3.1)

pMrow: A row of the given polyMatrix

Description

Picks up a given row of the given polyMatrix.

Usage

pMrow(pm, which = 1)

Arguments

pm

a polyMatrix class object

which

the serial number of the required column

Value

A pVector class list of the elements of the which row of the pm polynomial matrix.

See Also

pMrow

Examples

Run this code
# NOT RUN {
A <- polyMgen.a()
A
pMrow(A,2)

# clean up
# rm(A)
# }

Run the code above in your browser using DataLab