search for: meadow

Displaying 20 results from an estimated 50 matches for "meadow".

Did you mean: meador
2009 Feb 07
3
Re-post data format question (apologies)
Hello all, I have a *.csv file that looks like this (actual file is orders of magnitude larger): Site taxa no.ind forest LMA 1 forest LCY 1 forest SCO 1 meadow LMA 2 meadow LCY 1 meadow PNT 3 I am interested in, but have failed to create, code that efficiently converts it to a site-by-taxa matrix or data frame that looks like this: LMA LCY SCO...
2007 Aug 28
1
subcripts on data frames (PR#9885)
....txt",header=3DT) attach(worms) names(worms) [1] "Field.Name" "Area" "Slope" "Vegetation" "Soil.pH"=20=20=20=20=20 [6] "Damp" "Worm.density" =20 Usinng "not duplicated" I get two rows for Meadow and none for Scrub =20 worms[rev(order(Worm.density)),] [!duplicated(Vegetation),] Field.Name Area Slope Vegetation Soil.pH Damp Worm.density 9 The.Orchard 1.9 0 Orchard 5.7 FALSE 9 16 Water.Meadow 3.9 0 Meadow 4.9 TRUE 8 10 Rookery.Sl...
2006 Feb 26
2
subtotal, submean, aggregate
Dear All, I would like to make partial sums (or means or any other function) of the values in intervals along a sequence (spatial transect) where groups are defined. For instance: habitats<-rep(c("meadow","forest","meadow","pasture"),c(10,5,12,6)) observations<-rpois(length(habitats),2) transect<-data.frame(observations=observations,habitats=habitats) aggregate() is not suitable for my purpose because I want a result respecting the order of the habitats en...
2003 Oct 17
1
netbios and samba
Hi all Bear with me on this one... We have a problem connecting to a specific port via Oracle TNSPING There are two PC's in our office that are on the same network as the server (i.e. my desktop PC can not get to the server) The server has multiple network interfaces, the primary is a gigabit fibre card on IP xx.16. The secondary is a megabit card on IP xx.80 The tnsping command fails
2007 Jul 05
3
data messed up by read.table ? (PR#9779)
...4 4 Field.Name Area Slope Vegetation Soil.pH Damp Worm.density 5 Nash's.Field 3.6 11 Grassland 4.1 F 4 6 Silwood.Bottom 5.1 2 Arable 5.2 F 7 7 Nursery.Field 2.8 3 Grassland 4.3 F 2 8 Rush.Meadow 2.4 5 Meadow 4.9 T 5 9 Gunness'.Thicket 3.8 0 Scrub 4.2 F 6 10 Oak.Mead 3.1 2 Grassland 3.9 F 2 11 Church.Field 3.5 3 Grassland 4.2 F 3 12 Ashurst 2.1 0 Arab...
2003 Jul 21
1
Setting name attributes to a vector - join?
...gt; landcov[1:10,2] #the first ten examples of a large (100k+) object 1 2 3 4 5 6 7 8 9 10 12 12 01 12 01 15 15 15 15 15 etc. I also have a lookup table for the class data that gives the cover type as a string: > cnd.names #the look up table, i.e., landcov[3,2] == 1 == "Montane Meadow" CndVal Cnddbname 1 1 Montane Meadow 2 2 Sierran Mixed Coniferous Forest 3 3 Mixed Montane Chaparral 4 4 Jeffrey Pine...
2008 Feb 27
2
Winbind+ldap = core dump
...tell samba/winbind not to do core dumps? smb.conf (only shown one share as we have lots!): [global] printer admin = @"MCS+sysadmin","MCS+root","MCS+administrator" add machine script = /usr/sbin/useradd -d /dev/null -g samba-clients -s /bin/false -M %u server string = Meadows log level = 1 syslog = 0 # vfs objects = extd_audit log file = /var/log/samba/%U.smbd.log max log size= 100000 printing = cups update encrypted = Yes encrypt passwords = Yes preferred master = no map to guest = Bad User name resolve order = lmhosts hosts wins bcast kernel oplocks = no oplock...
2003 Jul 22
1
Making a group membership matrix
...Sagebrush Sierran Mixed Conifer 0 2292 14264 Subalpine Conifer Urban Valley-Foothill Riparian 66237 0 0 Valley Oak Woodland Wet Meadow White Fir 0 2216 2717 > I want to make a matrix that has the cover types as columns and length(foo) rows. I want the matrix entities to be scored one if that cover type else zero. foo.mat <- matrix(data = 0, nrow = length(foo),...
2011 Feb 18
1
Using Weights in R
...eCat FINWT 1 98 2 62 1 75 3 39 4 28 2 47 2 66 4 83 1 19 3 50 I need to calculate the weighted distribution of the variable AgeCat. In SAS i can do: proc freq data=ageval; tables agecat; weight finwt; run; What or is there an equivalent in R? TIA, Krishnan -- Krishnan Viswanathan 1101 High Meadow Dr Tallahassee FL 32311 [[alternative HTML version deleted]]
2005 Sep 07
0
Samba seminars & workshop Chicago - 19-23 September.
...mbers in the different cities we offer training classes. The topic can be determined by the group as John aims to please. ========================================== "Building a Powerhouse Network" training workshop - Tuesday through Friday, September 20-23. Conducted at Novell in Rolling Meadows, IL. 2850 West Golf Road Suite 100 - Rolling Meadows, IL. 60008 Course outline: http://www.primastasys.com/powerhouse.html ========================================== -- Alex Monteiro Program Manager - Primastasys, Inc. c. 650-279-1909 f. 415-986-3029
2011 Jun 01
1
git push heroku master - has error
...up to 2 threads. Compressing objects: 100% (246/246), done. Read from remote host heroku.com: The connection was aborted fatal: sha1 file ''<stdout>'' write error: Invalid argument error: failed to push some refs to ''git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:stormy- meadow-768.git'' -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-t...
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
Hi, I''d like to create my first ROR application on Heroku but I can''t deal with one step in this tutorial: http://devcenter.heroku.com/articles/quickstart I''ve spent all my day for this and I have no idea what is wrong... I cannot deal with last one in 3th part -> Create your Heroku application What I did: I''ve installed eveything what I need 1. switch to
2017 Dec 01
1
Timezone problem with 3.4.2
...es in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsharp at me.com > On Nov 30, 2017, at 8:37 PM, Dennis Fisher <fisher at plessthan.com> wrote: > > Colleagues > > I just installed 3.4.2 on a Mac running High Sierra. > > I encountered the following: >...
2012 Apr 03
1
Compare by row and insert previous row value (Or non Time Series Lag)
...= TripEndTAZ. The sample input and output data are shown in the links above. I tried the suggestions shown here: Basic lag in R vector/dataframe<http://stackoverflow.com/questions/3558988/basic-lag-in-r-vector-dataframe> but have not had luck. TIA, Krishnan -- Krishnan Viswanathan 1101 High Meadow Dr Tallahassee FL 32311 [[alternative HTML version deleted]]
2017 Dec 01
0
Timezone problem with 3.4.2
...ra' and again in > 10.13.1, so the default time zone is deduced correctly from the > system setting when R is configured with --with-internal-tzcode > (the default on macOS). > > R. Mark Sharp, Ph.D. > Data Scientist and Biomedical Statistical Consultant > 7526 Meadow Green St. > San Antonio, TX 78251 > mobile: 210-218-2868 > rmsharp at me.com > > > > > > > > > > >> On Nov 30, 2017, at 8:37 PM, Dennis Fisher <fisher at plessthan.com> wrote: >> >> Colleagues >> >> I just instal...
2014 Feb 04
2
Connect to remote GW
If SIP channel driver needs to connect to a remote GW over a dedicated SIP trunk BUT the remote GW has a 'standby' in case of failure, how can the sip configuration file be configured for the remote GW when there are actually two IP addresses. If the main remote GW fails control automatically switches to the standby GW, so how could the SIP configuration file hande this switch and support
2011 Jan 28
1
Help with ape - read.GenBank()
...r but not with the table, so the content is not the problem. I assume I am just missing a simple data structure detail, but I am at a loss. I have even tried a c() vector of more than a hundred accession numbers, and it worked quite well, so the length is not a problem. Thanks, James -- James Meadow Land Resources and Environmental Sciences Montana State University (406) 370-7157 jfmeadow@gmail.com [[alternative HTML version deleted]]
2011 Feb 19
1
Conditional recoding
...ssMode == 13) { : the condition has length > 1 and only the first element will be used # After Running summary on the variable (it seems to only take the last if condition) amodecat Min. :10 1st Qu.:10 Median :10 Mean :10 3rd Qu.:10 Max. :10 -- Krishnan Viswanathan 1101 High Meadow Dr Tallahassee FL 32311 [[alternative HTML version deleted]]
2017 Dec 01
2
Timezone problem with 3.4.2
Colleagues I just installed 3.4.2 on a Mac running High Sierra. I encountered the following: R version 3.4.2 (2017-09-28) -- "Short Summer" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin15.6.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type
2007 Jun 09
0
...very cold, but drops of sweat stood on his forehead as if he were in the hayfield. He was alone, but his lips moved from time to time, and once he called out in some loud, stifled exclamation which resounded hollowly in the vault-like place. He was there a long time. and loveliest aspects -- with meadows and forests, and birds and flowers,