Displaying 2 results from an estimated 2 matches for "farea".
Did you mean:
area
2010 Oct 19
1
Doubt on using lattice
...y a bit of
time with it, without being able to get what I wanted, I'm addressing the
question to the group in the hope someone can help me.
I pretend to plot the richness of herbaceous species (RichHN) as a function
of time since remnant isolation (Isol) conditioned to the area of the
remnant (fArea - this is a factor with 3 classes). I also want to
differentiate the sites plotted using a grouping binary variable (Urb).
So far, I've written this:
extinction<-xyplot(RichHN~Isol|fArea, data = Data, type = "p", groups=Urb,
aspect="xy", layout=c(3,1), between...
2007 Aug 30
0
How to mask or escape "=" in Windows command prompt?
I have defined a function with several arguments and have it stored in the
.RData file.
The 'function head' is defined as follows
EstimALIConc
<-function(sdname,SZ,W,farea,watri,biomodel,start.part=1,nparts=20,method=c("optim","DEoptim"))
{
[ blah-blah-blah ]
(function body doesn't matter)
}
Then I call Rscript:
e:> rscript --restore -e
"EstimALIConc('17-aug',27.8,5,1,watri,biomodel,1,100,method='DEoptim');warning...