Displaying 3 results from an estimated 3 matches for "varstep".
Did you mean:
varsep
2011 Nov 23
1
Vegan: Diversity Plot, label points
Dear List,
I can'f figure how to add point labels in the next plot (example from
?taxondive help page):
library(vegan)
data(dune)
data(dune.taxon)
taxdis <- taxa2dist(dune.taxon, varstep=TRUE)
mod <- taxondive(dune, taxdis)
plot(mod)
The points in this plot are diversity values of single sites, and I'd
like to add a label to each one. The plot command don't accept a
"label" argument.
Any tip?
Thanks in advance.
Alejo
2011 Nov 24
1
Vegan: how to plot sites labes in diversity plot
Dear List,
I can'f figure how to add point labels in the next plot (example from
?taxondive help page, from vegan package):
library(vegan)
data(dune)
data(dune.taxon)
taxdis <- taxa2dist(dune.taxon, varstep=TRUE)
mod <- taxondive(dune, taxdis)
plot(mod)
The points in this plot are diversity values of single sites, and I'd
like to add a label to each one. The plot command don't accept a
"label" argument.
Any tip?
Thanks in advance.
2012 Mar 02
0
?Syntax on Taking differential on both sides of the equation in 'R'
...ot;))1/o1$Seq1
*************************************************** The output gives the following error message so I am wondering about the syntax of the differentials such as dSeq1<-d[a*(1-Neq1)/(f*Veq1+m+d)]:
> library(deSolve)
> rkMethod("rk45dp7")
$ID
[1] "rk45dp7"$varstep
[1] TRUE$FSAL
[1] TRUE$A
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 0.00000000 0.000000 0.0000000 0.0000000 0.0000000 0.0000000
[2,] 0.20000000 0.000000 0.0000000 0.0000000 0.0000000 0.0000000
[3,] 0.07500000 0.225000 0.0000000 0.0000000 0.0000000 0.000000...