search for: wetlands

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

Did you mean: wetland
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
I have written a function that goes through a database and calculates various metric scores and allocates them to a data set. For 400 of the 500 sites that I calculate these metrics for works fine and allocates the scores into the appropriate column. For some reason, some sites I run into the below problem: Here is what I am doing: > names(orig.metric) [1] "BenInsect"
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
Dear List, I have got error message when I run the R-code. Can anyone has a suggestion? v.code <- df.bm7[,c(10:31)]; v.code[1:3,] names(v.code) CM = v.code # variable binomial code sim.sp <- function(data,CM,n,N) { C <- matrix(rep(NA,N),ncol=1) for(i in 1:N) { j <- n xx <- which(colSums(CM[j,])==1) V <- names(xx) V <- paste(V,
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
Hi Helpers: I have a factor object that has 314k entries of 39 land cover types. (This object can be coerced to characters neatly should that be easier to work with.) > length(foo) [1] 314482 > foo[1:10] [1] Montane Chaparral Barren Red Fir Red Fir [5] Red Fir Red Fir Red Fir Red Fir [9] Red Fir Red Fir 39 Levels:
2009 Jun 30
1
How to wrap my (working) code in a loop or function? (loop/function newbie alert)
Dear R-helpers, I have split a dataframe into a list with five elements, with the following code: > datalist<-split(data,data$UNIT) I would now like to run some code (below) on each element of the list to extract rows from the list elements; then I would like to rbind the extracted rows into a new dataframe containing all of the extracted rows from all of the list elements. I don't
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
Dear R-helpers, Please see the attached plot. The problem is that I have too much space 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
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
Hi, can someone please tell me how to convert a square matrix to a list in R? i.e. I want to convert from: a b c a 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.
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
I have a quick question: It appears that in rgdal v0.7-12 (R version 2.15.1, OSX 10.6.8) writeOGR will not write a shapefile the the current directory. Is this correct? An earlier version of rgdal must have allowed this because I have a older script that used to work, but doesn't now. So, as an example, here is what I get today: > shape = readOGR('.',
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
I have a recurring graphics issue that I've not been able to resolve with R. If I make a series of regression estimates and then plot the estimated function for the regression lines over a scatter plot of the data, e.g., using a sequence of plot( ) and lines ( ) similar to those below
2011 Feb 03
2
tapply output as a dataframe
On Mon, Apr 13, 2009 at 12:41 PM, Dan Dube <ddube-at-advisen.com> wrote: > i use tapply and by often, but i always end up banging my head against > the wall with the output. The proposed solution of Dan's problem posted on R-help was: > do.call(rbind,a) When I use this 'solution' I get 'ERROR: second argument must be a list'. So head on wall continues. My
2008 Sep 18
0
matrix to list - problem solved
Thanks to all who replied to this question. Jorge's script worked a treat. Hi, can someone please tell me how to convert a square matrix to a list in R? i.e. I want to convert from: a b c a 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
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