[Vegan-commits] r384 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 2 09:47:53 CEST 2008


Author: jarioksa
Date: 2008-06-02 09:47:53 +0200 (Mon, 02 Jun 2008)
New Revision: 384

Modified:
   pkg/man/mso.Rd
Log:
updated doc for msoplot

Modified: pkg/man/mso.Rd
===================================================================
--- pkg/man/mso.Rd	2008-06-01 05:14:01 UTC (rev 383)
+++ pkg/man/mso.Rd	2008-06-02 07:47:53 UTC (rev 384)
@@ -1,6 +1,6 @@
 \name{mso}
 \alias{mso}
-\alias{plot.mso}
+\alias{msoplot}
 
 \title{ Functions for performing and displaying a spatial partitioning
 of cca or rda results}
@@ -14,7 +14,7 @@
 
 \usage{
 mso(object.cca, object.xy, grain = 1, round.up = FALSE, permutations = FALSE)
-\method{plot}{mso}(x, alpha = 0.05, explained = FALSE, ...)
+msoplot(x, alpha = 0.05, explained = FALSE, ...)
 }
 \arguments{
   \item{object.cca}{ An object of class cca, created by the \code{\link{cca}} or
@@ -111,7 +111,6 @@
 Example.ca <- mso(cca(X), tmat)
 msoplot(Example.ca)
 
-
 ## Unconstrained ordination with test for autocorrelation
 ## using oribatid mite data set as in Wagner (2004)
 data(mite)



More information about the Vegan-commits mailing list