Displaying 3 results from an estimated 3 matches for "siten".
Did you mean:
site
2011 Jul 07
0
CAPdiscrim error in BiodiversityR
Hello,
I having trouble running the CAPdiscrim function located in biodiversityR.
My data tables are as follows:
community data frame (called "spdata")
Species1... Speciesn
site1..
site2..
siten
with abundance data as values. Site names are row names.
and environmental data (called "envdata")
year elevation
site1...
site2...
siten
my command lines are as follows:
dists = vegdist(spdata, method ="bray")
capmodel = CAPdiscrim(dists ~ elevation, data =envd...
2009 Feb 03
1
overlaying plots from a list of data frames
....336272e-08
4 2005 2.270803e-08
5 2006 1.263597e-02
6 2007 NaN
I would like to plot each site's data on a single plot, using a
different color and marker for each site. I can't figure out an
elegant way to do this; right now I am calling plot on site1, then
points on site2 ... siteN. This leads to recycling the list of plot
parameters (color, pch, etc.).
The following code allows me to use
do.call(FUN, lapply(list.of.sites, etc.
if (dev.cur() > 1) FUN <- points
else FUN <- plot
Now I would like to include several p...
2014 Oct 31
0
sites and services and automatic creation of replication connections in NTDS Settings
...no Default-First-Site-Name has been created on provisioning, just 'central'.
In AD Site & Services I have unchecked the "Bridge all site links" in "Inter-Site Transports > IP"
I have created several Subnets and the corresponding sites.
Routing between siteX and siteN is disabled, only the central site is reachable.
In the next step I have deleted the DEFAULTIPSITELINK and created several Inter-Site Transports Site Links:
centra-site1, central-site2, ... only containing central DC location and siteX with the default cost of 100.
For the join command I use the...