print.projector | R Documentation |
Print an object of class "projector
",
displaying the matrix and its degrees of freedom (rank).
## S3 method for class 'projector'
print(x, ...)
x |
The object of class " |
... |
Further arguments passed to or from other methods. |
Chris Brien
print
, print.default
, show
.
projector
for further information about this class.
## set up a 2 x 2 mean operator that takes the mean of a vector of 2 values
m <- matrix(rep(0.5,4), nrow=2)
## create an object of class projector
proj.m <- projector(m)
## print the object either using the Method function, the generic function or show
print.projector(proj.m)
print(proj.m)
proj.m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.