search for: hydro

Displaying 20 results from an estimated 49 matches for "hydro".

Did you mean: hydra
2003 Jan 10
1
plot() and lines() multivariate problem
Dear list I'm trying to solve the following problem since 2 days with no success. Could someone help a newbie, please ? I have a dependant variable which is diameter of shell, and two factors which are level on the beach (3 levels 'B', 'E' and 'H') and a hydrodynamics indice (3 levels 1, 2 and 3) To study diameter variations according to these factors, I may use something like : > mod <- lm(diameter ~ level * hydro) When I want to look at the graphical results of such a model on a scatterplot, I use > plot(diameter ~ as.integer(hydro), col...
2010 Aug 25
1
SEM : Warning : Could not compute QR decomposition of Hessian
...gt;eq_edu, eq3, NA socio_com->pourcactif , NA, 1 socio_com->tx_chomage, com2, NA socio_com->pourcagric, com3, NA socio_com->pourc_jeunes, com4, NA socio_com->pop99, com5, NA socio_com->rev_imp_foyer, com7, NA access_hexa->route1_pond, NA, 1 access_hexa->route2_pond, acc2, NA hydro->ind_plando, NA, 1 hydro->long_sup15, eau2, NA hydro->long_inf15, eau3, NA topog->pente, NA, 1 topog->est, top2, NA topog->sud, top3, NA topog->nord, top4, NA topog->ouest, top5, NA dist_protect-> urbanisation, cor1,NA dist_protect-> adj_99, cor2, NA dist_protect->...
2012 Jun 06
5
ggplot incorrect legend
....jpeg My code is: ggplot(data=tempTable, aes(x=Bands8, y=SubPercent, fill=FuelTypeNum)) + geom_bar(position="stack", stat="identity") + scale_colour_hue('my legend', breaks = levels(tempTable$FuelTypeNum), labels=c('Bio', 'Coal', 'Gas', 'Hydro','Other')) tempTable: FuelTypeNum Bands8 AvailableMW AvailableMWNewFormat SubPercent 1 1 PB0 185351 185.351 4.355864e-03 2 2 PB0 25994753 25994.753 6.108928e-01 3 4 PB0 1369528 1369.528 3.21...
2005 Jun 30
1
Problem using automount enabled samba 3.0.14a on Solaris 8
...es OK when using a Sgi samba server, so this makes me believe this is a samba Solaris only issue. Anyone able to help me with this one ? -- ****************************************************************** * Knut Helleb? | DAMN GOOD COFFEE !! * * Hydro IS Partner ESI (Unix) Team | (and hot too) * * Phone: +4755996870, Fax: +4755995620 | * * Cellular Phone: +47 93005151 | * * E-mail: Knut.Hellebo@nho.hydro.com | Dale Cooper, FBI * ***********...
2005 Aug 26
1
Samba 3.0.20 on Solaris: problem with fileaccess in a automounted filesystem
...by process 16838 after break ! For file test.zip, dev = 4f4001d, inode = 187327. Deleting it to continue... Someone's got a clue ? -- ****************************************************************** * Knut Helleb? | DAMN GOOD COFFEE !! * * Hydro IS Partner ESI (Unix) Team | (and hot too) * * | * * E-mail: Knut.Hellebo@nho.hydro.com | Dale Cooper, FBI * ****************************************************************** -------------- ne...
2005 Jun 30
1
Samba 3.0.14a problem: not able to see all files in a directory
...;Refresh" in Windows Explorer, will immediately list the touched the file, but the problemfile is still invisible. Clues, anyone ? -- ****************************************************************** * Knut Helleb? | DAMN GOOD COFFEE !! * * Hydro IS Partner ESI (Unix) Team | (and hot too) * * Phone: +4755996870, Fax: +4755995620 | * * Cellular Phone: +47 93005151 | * * E-mail: Knut.Hellebo@nho.hydro.com | Dale Cooper, FBI * ***********...
2009 May 05
1
setting trellis auto.key color values
...in I have the Book, if you can point me to the pages that explain this I'd appreciate that too > graph.sets <- list(axis.text = list(cex = 0.65), par.ylab.text = list(cex = 1.25), par.xlab.text = list(cex = 1.25)) > barchart(gator_IR$MEAN ~ gator_IR$Hydro | as.factor(gator_IR$IR_ID),layout=c(4,1),col = c(3:5), groups=gator_IR$Rain, ylim=c(0,1), par.settings = graph.sets, main = "Alligator Nesting Performance", ylab= "Mean HSI", auto.key = list("top", columns=3, col=c(3:...
2012 Jan 11
2
New to R, Curious about Project Idea
Good morning, I am a student whom is currently working on a term project for my GIS Program. I am looking for a software package which can aid me in my project, and I was curious if R would be able to address my goals. My project includes power outage data from a hydro company (point data, with UTM coordinates attached), which is available in an Access database, or in a Shapefile. I would like to be able to take this poweroutage data, and then perform a spatial analysis of this data, perhaps as a hot-spot analysis, or in a points per raster square style analysi...
2004 Oct 19
1
Issues/Questions about Samba 3.x.x versus it's Worki ng Status
...ambaserver.domaineA.com" and "win2kserver.domaineA.com". Is this true whether it is with the DOMAIN or ADS security mode? Regards, Marcello -----Message d'origine----- De : Gerald (Jerry) Carter [mailto:jerry@samba.org] Envoy? : mardi 19 octobre 2004 10:01 ? : Melfi.Marcello@hydro.qc.ca Cc : samba@lists.samba.org Objet : Re: [Samba] Issues/Questions about Samba 3.x.x versus it's Working Status -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Melfi.Marcello@hydro.qc.ca wrote: | 1. I once asked if it was possible not to use winbindd | and just use the "username map&q...
2004 May 13
2
List of data frames...
Hi, I would like to create a list of data frames that I could access via index manipulation. An array pointer of dataframe... for (i in 1:length(InputFilelist)) { # create data.frame temp <- read.table (file = InputFilelist[i] , header = T, skip = 4) # append data.frame InputDataFrame <<- list(InputDataFrame,temp) } Thanks in advance ! Pascal Rheaume
2006 Sep 15
1
"ccf versus acf"
...es. How should I adjust the code to produce a plot that provides the cross-correlation values? Here is my code: w002dat <- read.csv("w054_1128958_08NM174.csv", header=TRUE) w002dat$date <- as.Date(w002dat$date,"%m/%d/%Y") attach(w002dat) w002ccfhdgw <- ccf((gwneg), (hydro), lag.max = 400, type = c("correlation"), plot = TRUE, na.action = na.exclude) Thank you Arelia [[alternative HTML version deleted]]
2004 Sep 30
0
SUMMARY Problems with Samba 3.0.5 only seeing 1360 files on a share to a Windows 2000
...aracter set to ISO-8859-1, we saw all the files. Thanks Cyril Jaouich (Consultant Unix) ------------------------------------------ Support technique des infrastructures Unix ------------------------------------------ T?l: 514-840-3000x5527 -----Message d'origine----- De : Jaouich.Cyril@hydro.qc.ca [mailto:Jaouich.Cyril@hydro.qc.ca] Envoy? : jeudi 23 septembre 2004 12:03 ? : samba@lists.samba.org Objet : [Samba] Problems with Samba 3.0.5 only seeing 1360 files on a share to a Windows 2000 Hi, I have a share: [share] path = /appl/md/data valid users = +asd...
2012 Feb 13
1
requesting a new SIG mailing list
Dear R developers, Due to the increasing use R in hydrology and other close-related environmental sciences, I would like to ask if it would be possible to create a new Special Interest Group mailing list, called 'R-sig-hydro', specially devoted those topics. If possible to do so, I'd offer myself to maintain such mailing list (if needed)...
2012 Nov 20
1
Traduction d'un terme demandée
Bonjour, On m'a demand? de trouver le terme fran?ais pour jump server ou jump host tel que d?fini dans cet article de Wikipedia : http://en.wikipedia.org/wiki/Jump_host. Mille mercis pour votre aide, <http://www.hydroquebec.com/images/hq_logo.gif> <http://www.hydroquebec.com/images/pixel.gif> Marie Malo Terminologue Direction principale - Environnement et affaires corporatives T?l. : 514 289-2211, poste 4018 malo.marie at hydro.qc.ca
2001 Nov 19
1
openssh password expiration problem
...ox and password aging worked fine. I am not clear as to what on Solaris 8 allows this to work. So, in summary, there has not been a resolution to this problem....at least not one that works without mucking with the shadow file, etc. -Scott ----- Original Message ----- From: Gilbert.Patrick at hydro.qc.ca To: scott.burch at camberwind.com Sent: Monday, November 19, 2001 10:28 AM Subject: openssh password expiration problem Hi scott, I've been following your thread for the problem with expired passwords and openssh 3.0.1p1. We are in the same boat. Seems it's broken...
2009 Apr 16
2
Reading in a large number of dbf files
...files after I import them by adding three new parameters to each file prior to combining them into a common data.frame For example one of my files is called SRF_DryDry_stats.dbf. The name of the file tells me that it refers to two conditions; 1) SRF = an indictor region field, and 2) DryDry = dry hydrological conditions. I also know that the data refer to a particular species. The data in the file include some general summarizing statistics (Min, Max, Range, Mean, and STD). After modifying the file, I need a species field, the SRF field and the hydro condition parameters in the file. After thi...
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
Hello, I have dowloaded all that is required to build a working OpenSSH on HP-UX 10.20 from the HP-UX Porting and Archibve centre (this seems to be the only way to go for 10.20). Make/install of all prerequisites has scucceeded. Now make of openssh-3.7.1p2 gives the following: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/openssl-0.9.7b/include
2002 Oct 16
1
nt pipe support and nt smb support in smb.conf
...with NT SMB support. > > You should not need to ever disable this parameter. > > Default: nt smb support = yes > -- ****************************************************************** * Knut Helleb? | DAMN GOOD COFFEE !! * * Hydro IS Partner ESI (Unix) Team | (and hot too) * * Phone: +47 55 996870, Fax: +47 55 996342 | * * Cellular Phone: +47 93005151 | * * E-mail: Knut.Hellebo@nho.hydro.com | Dale Cooper, FBI * ***************...
2010 Oct 27
1
reading multiple XML files into an R table
...04 hour 11:17</approved> <affected_areas>NO1</affected_areas> <remarks>Failure G2, unavailable until further notice.</remarks> <company>Statkraft SF</company> </umm> <effect_before>100</effect_before> <affected_fuels>Hydro</affected_fuels> <effect_during>0</effect_during> <prodcons>Production</prodcons> <effect_installed>300</effect_installed> </participant_umm> Thanks a lot! Best, Jørgen Blystad Houge MSc student Norwegian University of Science and Technol...
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
...unction(h, alp, n, L, ksat){ > ksat <- 0.000108 > k.mod <-expression(ksat+((((1+(alp*h)^n)^(n-(1/n))-((alp*h)^(n-1)))^2)/((1+(alp*h)^n)^((n-(1/n))*(L+2))))) > > c(eval(D(k.mod, "alp")), eval(D(k.mod, "n")), eval(D(k.mod, "L"))) > } > h <- hydro$h > # Param?tre surestim? pour d?marer la simulation > p.k <- c(alp = 0.04, n = 1.6, L = 0.5) > ## get data with noise > k <- hydro$k > ## plot the data to fit > par(mfrow=c(2,1), mar = c(3,5,2,1)) > plot(h, k, bg = "black", cex = 0.5, main="data", yla...