rotatoR | R Documentation |
a function for rotating two basis about a point or line in that plane
rotatoR(x1, y1, x2, y2, basisSET)
x1 |
a value describing a the coordinate of a point in the first basis. If no values are provided for x2 |
y1 |
a value describing a the coordinate of a point in the second basis |
x2 |
a value describing a the coordinate of the second point in the second basis |
y2 |
a value describing a the coordinate of the second point in the second basis |
basisSET |
the basis to be rotated |
An object of class rotatoR.
pca.RNAseq6l3c3t<-prcomp(t(p.RNAseq6l3c3t))
r.RNAseq6l3c3t<-rotatoR(1,1,-1,-1,pca.RNAseq6l3c3t$rotation[,1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.