search for: wetland

Displaying 20 results from an estimated 32 matches for "wetland".

Did you mean: wentland
2002 Mar 12
1
RArcInfo Package, get.bnddata()
...d plotting arc data with get.arcdata() and plotarc(). plotpal() also works fine. I've been able to use get.arcdata(), get.labdata(), get.paldata(), get.tablenames(), get.tablefields(), get.tabledata(). When I try get.bnddata() as follows, I get an error: > wet.bnd <- get.bnddata("wetlands\\info", "WETLANDS.BND") Error in get.bnddata("wetlands\\info", "WETLANDS.BND") : Couldn't open table get.tablenames() shows that the table exists TableName InfoFile NFields RecSize NRecords External 1 WETLANDS.BND...
2009 Feb 11
2
problem with 'which' and strings
...[7] "NumberPer100m-Tolerant" "Sensitive" "SLithopPct" [10] "TolerantPct" "Omnivore" "PiscivorePct" [13] "Headwater-Tolerant" "Insect-Tolerant" "Wetland-Tolerant" [16] "Piscivore" "DarterSculpNot" "OmnivorePct" [19] "SlithopPct" For this given site the metrics that are calculated are XXX.table$Metric.name [1] "CountofTaxa" "DarterSculpNot...
2008 Mar 14
3
Anyone know of a pass through ATA
Anyone know of a company that makes a pass through ATA? By pass through I mean have an Ethernet switch built into the ATA, like most desktop phones have. All of the dual ethernet ATA's I have seen have WAN/LAN ports, not two LAN ports. I fooled around with DMZ etc...but it just doesn't work as well. Thermal -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 15
1
Error in simulation R-code
...52 3.973543 4.894322 6.279565 5.872954 5.460165 3.973543 6.985068 4.958779 6.431883 7.524418 825 365.8802 548.6984 5000 2 0.5314789 7.236186 6.739166 5.571924 5.729373 6.810875 6.049045 4.537781 3.973543 6.921747 5.335227 5.892576 7.425795 nlcd.shrb nlcd.grshrb forest o.legume devel wetland grains ra.SDI 821 5.504978 6.599838 6.661026 4.450634 6.974943 6.640015 4.838805 25.94976 822 5.758828 5.736926 5.027859 5.064582 6.652622 7.020253 3.973543 25.62106 823 5.840769 5.937286 5.399468 4.274550 6.959373 7.125071 4.496390 27.71064 824 5.571924 6.287365 6.217362 3.496515...
2006 Oct 11
4
Multiple TE110P cards in one chassis
Does anyone know if you can have multiple TE110P cards in one chassis? -Thermal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061011/adbceeb5/attachment.htm
2003 Jul 22
1
Making a group membership matrix
...oodland Chamise-Redshank Chaparral Closed-Cone Pine-Cypress 0 0 0 Cropland Desert Scrub Douglas-Fir 0 0 0 Eastside Pine Freshwater Emergent Wetland Jeffrey Pine 0 0 11342 Joshua Tree Juniper Lacustrine 0 1293 501 Lodgepole Pine Low Sage Mixed Chaparral...
2009 Jun 30
1
How to wrap my (working) code in a loop or function? (loop/function newbie alert)
...ngle dataframe). The code is: t0<-match(times$START_DT, data$DATETIME) #MAKE A VECTOR OF START TIMES t1<-match(times$STOP_DT, data$DATETIME) #MAKE A VECTOR OF STOP TIMES indices<-mapply(FUN = ":", t0, t1) #MAKES A LIST, EACH ELEMENT CONTAINS INDICES OF TIMES CORRESPONDING TO ONE WETLAND idex<-times[rep(1:nrow(times), sapply(indices, length)), c("POND_ID","OBS","REP","PID"), drop = FALSE] #MAKES A DATAFRAME tm<-data[unlist(indices), ] #FLATTENS THE LIST OF INDICES INTO A DATAFRAME extracted<-cbind(idex, tm) #BIND IDEX AND TM But now...
2008 May 08
3
Looking for a Snom expert
I would like to hire someone to help us tweak our asterisk system for Snom phones. We would like to enable things like: One touch recording One touch park orbits Presence Please contact off-list if you will be able to help. Thermal -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 12
2
Is anyone keeping up with the versions?
We are still using 1.4 and were going to start testing with 1.6.0, but then 1.6.1 was released and now 1.6.2 is already in beta 2. That seems like a lot of independent releases to maintain. I read about all the regressions ans hurried dot releases, makes us nervous. How is everyone doing their testing? -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 07
1
Problem with plotting a square 1 x 3 plot and placement of outer margin text
...between the x-axis label (which is mtext in an outer margin) and the plots. My par settings for this plot are: >par(mfrow=c(1,3),oma=c(2,2,2,2),mar=c(5.1,4.1,4.1,2.1),pty="s") >#here is the code that produces the three plots, which I have deleted for simplicity >mtext("Log Wetland Area",side=1,outer=TRUE) It works fine (less space between plots and outer margin text)) when I set pty="m" but then I get very long and skinny rectangular plots. I would like to keep the square plots. Any help would be much appreciated! Many thanks, Mark
2004 Apr 07
1
ZIB models
I attempted to contact Drew Tyre, but the email I have for him is no longer in service. Hopefully someone can help. I'm using obs.error in R to model turtle occupancy in wetlands. I have 4 species and 20 possible patch and landscape variables, which I've been testing in smaller groups. > zib.out<-obs.error(y=painted,m=numvis,bp=zvars,pcovar=7) I get the following error message, with all species, all variable groups, standardized and unstandardized data.....
2006 May 02
3
Queue reporting seems broken.
I am trying to figure out which one of our agents is answering the calls. According to http://www.voip-info.org/wiki/view/Asterisk+log+queue_log the only time the queue_log puts the channel (agent) is during logoff & logon. There is the connect & completeagent message, but it doesn't show which channel (agent) answered the phone. I can't even figure it our cross referencing the
2008 Sep 18
2
matrix to list
...1 1 1 b 2 2 2 c 3 3 3 to: a a 1 a b 1 a c 1 b a 2 b b 2 b c 2 c a 3 c b 3 c c 3 Thanks, Adrian. Adrian Pinder Senior Research Scientist Wetland Research Dept. Environment and Conservation P.O. Box 51 Wanneroo 6946 Western Australia adrian.pinder at dec.wa.gov.au (W) apnlp1 at optusnet.com.au (H) http://www.naturebase.net/content/view/2475/1338/ ph (61) 08 94055153, fax (61) 08 93061641 mob. 0438 935 932 This email, together with any att...
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
...g Git/EGit for version control. We work within our own repository and occasionally push to a common remote location. I'd like to have the code source files from the 'local' git repository without modification, where 'local' could mean c:\yada\ for one person, m:\my documents\wetlands\ for another, and l:\foo\bar\sharedRemote\wet\ to another user. The chdir argument to source() has been suggested for similar questions, but I have not been able to figure out how this helps without hardcoding the location in some manner. One option is for each repository to have an untracked...
2012 Aug 17
1
RGDAL OGRwrite question
...WL" "IniSal" "DispCoeff" "HydRad" "veg1_DW" [11] "veg2_IW" "veg3_SW" "veg4_DC" "veg5_IC" "veg6_SC" [16] "veg7_Marsh" "veg8_Swamp" "Rain_StID" "Wetland" "Openwater" [21] "iniBed_m" "maxH_m" "BoxID" $output_fclasses [1] 0 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 4 $dataset_options NULL $layer_options NULL -- Scott M. Duke-Sylvester Assistant Professor Department of Biology Office : 300 E...
2010 Oct 08
2
Polycom getting DCHP address from wrong VLAN
Hello, I have been tearing my hair out on this issue for 2 days, any help would be appreciated. We have a normal network and a Cisco SGE2010P switch - a 48 port PoE switch There are two VLANs, 1(data) & 50(VoIP). When Polycoms are connected to the switch with VLAN 50 hard coded in the config they grab a DHCP address from VLAN 1, the PVID for the switch port. The ports have membership in
2007 Nov 16
1
graphics - line resolution/pixelation going from R to windows metafile
...the regression lines over a scatter plot of the data, e.g., using a sequence of plot( ) and lines ( ) similar to those below plot(dep12spp13ph1$DAYSWETm2,dep12spp13ph1$AFTERDECOMP,pch=dep12spp13ph1$spp,cex=0.75,ylab="Proportion of biomass after leaching", xlab="Number of days in wetland",xlim=c(0,250),ylim=c(0,1)) xplot<- 0:243 xplotbsk64deg1<-bs(xplot,knot=62,degree=1,Boundary.knots=c(0,243)) lines(xplot,exp(xplotbsk64deg1 %*% ph1.decomp.75.bs$coef[c(1,2)]),col="blue") lines(xplot,exp(xplotbsk64deg1 %*% ph1.decomp.75.bs$coef[c(3,4)]),col="red") a...
2011 Feb 03
2
tapply output as a dataframe
..." against date, is to export the tapply output as a csv, and then reimport. Suggestions? I couldn't find a solution to this likely SIMPLE problem in Crawley or multiple searches of R help. Gregory A. Graves, Lead Scientist Everglades REstoration COoordination and VERification (RECOVER) Wetland Watershed Sciences / Restoration Sciences Department South Florida Water Management District Phones:? DESK: 561 / 682 - 2429 ?????????? ?? CELL:? 561 / 719 - 8157
2008 Sep 18
0
matrix to list - problem solved
...1 1 b 2 2 2 c 3 3 3 to: a a 1 a b 1 a c 1 b a 2 b b 2 b c 2 c a 3 c b 3 c c 3 Thanks, Adrian." Adrian Pinder Senior Research Scientist Wetland Research Dept. Environment and Conservation P.O. Box 51 Wanneroo 6946 Western Australia adrian.pinder at dec.wa.gov.au (W) apnlp1 at optusnet.com.au (H) http://www.naturebase.net/content/view/2475/1338/ ph (61) 08 94055153, fax (61) 08 93061641 mob. 0438 935 932 This email, together with any att...
2008 Feb 02
2
Polycom - Buddy Watch not a choice when adding Speed Dial
Hello, On our Polycom phones we can not activate the Buddy Watch feature. When you add or edit a contact, the list ends at "Auto Divert".....I know it is the end of the list b/c the down arrow on the right side of the screen disappears when I get to Auto Divert. When I add <bw>1</bw> manually to the speed dial file it doesn't change anything. The buttons work well for