[adegenet-commits] r890 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 30 18:13:54 CEST 2011
Author: jombart
Date: 2011-05-30 18:13:54 +0200 (Mon, 30 May 2011)
New Revision: 890
Modified:
pkg/man/dapc.Rd
pkg/man/dapcGraphics.Rd
Log:
fixed a few typos
Modified: pkg/man/dapc.Rd
===================================================================
--- pkg/man/dapc.Rd 2011-05-30 16:09:02 UTC (rev 889)
+++ pkg/man/dapc.Rd 2011-05-30 16:13:54 UTC (rev 890)
@@ -236,15 +236,13 @@
dapc1
## plot results
-scatter(dapc1)
+scatter(dapc1, scree.da=FALSE)
## SNP contributions
loadingplot(dapc1$var.contr)
loadingplot(tail(dapc1$var.contr, 100), main="Loading plot - last 100 SNPs")
-
-
## USE "PREDICT" TO PREDICT GROUPS OF NEW INDIVIDUALS ##
## load data
data(sim2pop)
Modified: pkg/man/dapcGraphics.Rd
===================================================================
--- pkg/man/dapcGraphics.Rd 2011-05-30 16:09:02 UTC (rev 889)
+++ pkg/man/dapcGraphics.Rd 2011-05-30 16:13:54 UTC (rev 890)
@@ -11,7 +11,7 @@
accessible using \code{vignette("adegenet-dapc")}.
These functions all require an object of class \code{dapc}
- (the ".dapc" can be ommitted when calling the functions):
+ (the ".dapc" can be ommitted when calling the functions):\cr
- \code{scatter.dapc}: produces scatterplots of principal components (or
'discriminant functions'), with a screeplot of eigenvalues as inset.\cr
- \code{assignplot}: plot showing the probabilities of assignment of
More information about the adegenet-commits
mailing list