[Esm-commits] r3 - pkg/ESM/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 10 10:53:32 CET 2009
Author: timotheepoisot
Date: 2009-11-10 10:53:31 +0100 (Tue, 10 Nov 2009)
New Revision: 3
Modified:
pkg/ESM/man/draw.network.Rd
Log:
Added a missing argument to doc
Modified: pkg/ESM/man/draw.network.Rd
===================================================================
--- pkg/ESM/man/draw.network.Rd 2009-11-09 18:44:59 UTC (rev 2)
+++ pkg/ESM/man/draw.network.Rd 2009-11-10 09:53:31 UTC (rev 3)
@@ -4,13 +4,13 @@
\title{Draw the interaction network}
\description{Draw the interaction network between organisms and resources, with bolder lines for stronger interactions}
\usage{
-draw.network(data,color='grey',border=NA,...)
+draw.network(data,color='grey',border=NA,sorted=hr,...)
}
\arguments{
\item{data}{A matrix giving the performance of each organism on each resource, with organisms as rows}
\item{color}{The color of the balls (representing organisms or resources)}
\item{border}{The color of the ball's border}
-\item{sorted}{A function of specificity (see \kbd{getspe}) used to sort the data}
+\item{sorted}{A function of specificity (see \kbd{getspe}) used to sort the data - default is by host range}
\item{...}{Arguments to be passed to plot}
}
\ No newline at end of file
More information about the Esm-commits
mailing list