Hi, I want to change x and y ranges in a PCA plot created by library(labdsv). When I run "plot(o.pca, xlim=c(-2, 3), ylim=c(-2, 4))", nothing will change. I really appreciate if somebody can help on this. Cheers
changing x and y ranges in a PCA plot created by library(labdsv)
3 messages · Mohsen Sharafatmandrad, stephen sefick, William Dunlap
Can you provide code and data (with dput)? You will likely get an answer more quickly. On Sun, Aug 7, 2016 at 4:34 AM, Mohsen Sharafatmandrad <
mohsen.sharafatmandrad at gmail.com> wrote:
Hi,
I want to change x and y ranges in a PCA plot created by library(labdsv).
When I run "plot(o.pca, xlim=c(-2, 3), ylim=c(-2, 4))", nothing will
change. I really appreciate if somebody can help on this.
Cheers
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/ posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods. We are mammals, and have not exhausted the annoying little
problems of being mammals.
-K. Mullis
"A big computer, a complex algorithm and a long time does not equal
science."
-Robert Gentleman
[[alternative HTML version deleted]]
labdsv::plot.pca() does not pass its unrecognized arguments (in ...)
to plot(). You can fix this by adding the argument ... to its call to
plot(),
right after 'main = title', in plot.pca
or by mailing the maintainer
> maintainer("labdsv")
[1] "David W. Roberts <droberts at montana.edu>"
and asking him to change it.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Sun, Aug 7, 2016 at 2:34 AM, Mohsen Sharafatmandrad <
mohsen.sharafatmandrad at gmail.com> wrote:
Hi,
I want to change x and y ranges in a PCA plot created by library(labdsv).
When I run "plot(o.pca, xlim=c(-2, 3), ylim=c(-2, 4))", nothing will
change. I really appreciate if somebody can help on this.
Cheers
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/ posting-guide.html and provide commented, minimal, self-contained, reproducible code.