search for: wolv

Displaying 20 results from an estimated 24 matches for "wolv".

Did you mean: wold
2010 Jun 23
1
Shapefile
...en't used 'rgdal' and 'maptools' much but it appears to be a great way bring map data into R. Please take a look at the comments and let me know if I need to explain better what I am trying to accomplish. library(rgdal) library(maptools) library(ggplot2) dsn="C:/Data" wolves.map <- readOGR(dsn=dsn, layer="PNW_wolf_habitat_grid") class(wolves.map) dim(wolves.map) head(wolves.map,1) names(wolves.map) gpclibPermit() wolves.ds <- fortify(wolves.map) head(wolves.ds);tail(wolves.ds) # Shapefile of 5 states wolves.plot <- ggplot(wolves.ds,aes(long,lat,gro...
2010 Jun 24
0
rgdal-maptools
...39;t used 'rgdal' and 'maptools' much but it appears to be a great way to bring map data into R. Please take a look at the comments and let me know if I need to explain better what I am trying to accomplish. library(rgdal) library(maptools) library(ggplot2) dsn="C:/Data" wolves.map <- readOGR(dsn=dsn, layer="PNW_wolf_habitat_grid") class(wolves.map) dim(wolves.map) head(wolves.map,1) names(wolves.map) gpclibPermit() wolves.ds <- fortify(wolves.map) head(wolves.ds);tail(wolves.ds) # Shapefile of 5 states wolves.plot <- ggplot(wolves.ds,aes(long,lat,gro...
2010 Jun 23
1
Plotting Data on a Map
...omments and let me know if I need to explain better what I am trying to accomplish. library(rgdal) library(maptools) library(ggplot2) dsn="C:/Documents and Settings/fcarrillo/Desktop/Software/R Scripts and Datasets/NCTC/Data Analisys II/Data 4 Data Analysis II March 2009- March2010/Data" wolves.map <- readOGR(dsn=dsn, layer="PNW_wolf_habitat_grid") class(wolves.map) dim(wolves.map) head(wolves.map,1) names(wolves.map) gpclibPermit() wolves.ds <- fortify(wolves.map) head(wolves.ds);tail(wolves.ds) # Shapefile of 5 states wolves.plot <- ggplot(wolves.ds,aes(long,lat,gro...
2003 May 19
1
multcomp and glm
I have run the following logistic regression model: options(contrasts=c("contr.treatment", "contr.poly")) m <- glm(wolf.cross ~ null.cross + feature, family = "binomial") where: wolf.cross = likelihood of wolves crossing a linear feature null.cross = proportion of random paths that crossed a linear feature feature = CATEGORY of linear feature with 5 levels: high-use road, low-use road, high-use trail, low-use trail, and railway line I would like to determine whether wolves are more likely to cross some...
2004 Dec 05
1
fixed-point version
Hello, I've just joined the list. I'm interested in helping on the fixed-point version of Speex. If there is anyone currently directing this work, would they please contact me and let me know how I can help. Thanks, -paul -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote ... If you make yourselves sheep, the wolves will eat you." - Benjamin Franklin
2009 Jan 26
1
glm StepAIC with all interactions and update to remove a term vs. glm specifying all but a few terms and stepAIC
...y terms and 66 interactions [n(n+1)/2]. I see this with trace=T also. Here is the code used: >glm1<-glm(formula = PRESENCE == "1" ~ SNOW + I(SNOW^2) + POP_DEN + ROAD_DE + ADJELEV + I(ADJELEV^2) + TRI + I(TRI^2) + EDGE + I(EDGE^2) + TREECOV + I(TREECOV^2),family = binomial, data = wolv) summary(glm1) >library(MASS) >stepglm2<-stepAIC(glm1,scope=list(upper=~.^2,lower=NULL), trace=T,k=log(4828),direction="both") > summary(stepglm2) > extractAIC(stepglm2,k=log(4828)) This results in a 15 term model with a BIC of 3758.659 > Coefficie...
2006 Mar 15
10
domU with redhat over a debian based dom0
Hello, I have running xen over a debian server (debian sarge). Now I would like to configure a domU with redhat (AS 4), do you now any way to install it? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337
2016 Sep 29
3
Good Bye SAMBA?!?!?
Gilberto Nunes via samba wrote: > Oh Gosh! > > Why blame me just because I expose my option about samething?!? > I have work for years, since 1998, if I remmember with Linux, Samba, > Iptables, Mysql e other tools.... > And I will continue to work with these tools and never stop.. > I already try OmniOS, Oracle, RedHat ( since RedHat 5 ), Slackware.... > I am not a noobie!
2020 Jan 30
2
Centos 8 on Macbook
Folks I am trying to install Centos 8.1 on a MacBook Pro. I have a bootable USB stick with centos-8.1-boot (which I think is the equivalent of a netinstall), and it boots. However, when I select the storage option, and choose to make more space on the SSD, go through the confirming dialogs, the installer complains that it was unable to save the information to the disk. A similar attempt
2007 Mar 27
0
xen + vlan: works but...
...on_vlanXY> As for TCP traffic, probably because of packet loss network throughput is somewhat lower than expected. [**]: actually it''s a value around 4%, but after many tests that value could be considered an acceptable average. Regards, -- -- Marco Mililotti "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." Benjamin Franklin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Nov 08
0
LD_ASSUME_KERNEL library issues CentOS 5 x86_64
...t that doesn't work. Any suggestions? Bill -- INTERNET: bill at celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 If you make yourselves sheep, the wolves will eat you -- Benjamin Franklin
2010 Apr 28
1
X11 problem with remote login via SSH
HI all! Strange problem that began occurring in last few weeks. Centos 5.4, up to date. I sometimes log in remotely via ssh using "ssh -X" and read mail via mutt. Now and then I want to use balsa instead. This has always worked (for years) though it's kinda slow... but in the last few weeks it has begun failing and spewing errors like this, repeatedly, apparently forever until I
2011 Jul 04
0
mind to bitter, interest to joy, tolerance to macro, speech
...ooner or later, the same The teacher to the student in his class at the effects of collective speak, told a story. The story is: a sheep, and leave the sheep eaten by the Wolf. Finish the story, the teacher asked: "the classmates, if this sheep honestly stay in the flock, it won't be the wolves eat, isn't it?" A little boy stood up and replied, "of course. But, it is abhorrent to will be we eat."<a href=http://www.smbuys.com>wholesalers</a>
2004 May 20
0
nmbd - is it running or not...?
...browseable = yes Any ideas, thoughts, comments, suggestions and pointers will be much appreciated! Thanks, Adam. -- Adam Buglass, ><> The Golden Freeway, Department of Child Health, University of Newcastle-upon-Tyne. Royal Victoria Infirmary. (0191) 2023062 "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." ~Benjamin Franklin, 1759
2004 Oct 02
0
mounting smb shares
...to and ls shows all the files on the remote smb server i the photo directory. But, the files therein are not read only, I can delete files from there simply by doing rm filename.txt This is bad. I need this to be read only. Where did I go wrong? Kind regards Kevin --------- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."
2005 Apr 15
1
cannot write to share
...s /home/photo I can mount from 192.168.0.1 with mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare it prompts me for a password and I can see the contents of the share but I cannot write to it. Any pointers gladly recieved kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."
2016 Sep 29
0
Good Bye SAMBA?!?!?
Well I was sad before, when said Linux do not have tools to sysadmins regard samba and replicated file servers, like DFS. Now I am really sad not only for this, but also for fellows throw me out to the wolves... Just because I change my mind.... 2016-09-29 10:50 GMT-03:00 v g via samba <samba at lists.samba.org>: > Gilberto Nunes via samba wrote: > > Oh Gosh! > > > > Why blame me just because I expose my option about samething?!? > > I have work for years, since 1998...
2004 Apr 01
2
Samba and Win viruses
Hi, This may seem a fairly obvious question but I need to check it out. It's also fairly urgent so I apologise that I haven't made a good check of the FAQ's or mailing archives. We have a Solaris box with Samba installed. We are on a campus network where boxes that are infected are blocked from the network as a security measure. We have had our server blocked as it is probing port
2010 Nov 06
4
Using changing names in loop in R
Hello everybody, I have usually solved this problem by repeating lines of codes instead of a loop, but it's such a waste of time, I thought I should really learn how to do it with loops: What I want to do: Say, I have several data files that differ only in a number, e.g. data points (or vector, or matrix...) Data_1, Data_2, Data_3,... and I want to manipulate them e.g. a simple sum of
2010 Nov 26
0
Wine release 1.3.8
...ity 3D: Online registration doesn't work... 21699 VLC videos are black in Vista+ mode 21859 Sins of a Solar Empire: Main menu does not respond to mouse clicks 22247 Sketchup cannot export collada or google earth files 22380 Big Fish Games: requires Administrator access 22707 Star Wolves: crash when starting a new game 22861 XML Copy Editor hangs when editing a file 22905 MS Office 2007: Right-click on taskbar icon and selecting close does not work 23176 Perfect Dark crashes in Japanese language environment 23243 Fleet Operations 3.1.x (Star Trek Armada II) has perfor...