search for: clay

Displaying 20 results from an estimated 151 matches for "clay".

Did you mean: mclay
2011 Dec 29
2
[LLVMdev] DW_AT_location not getting generated for local variables
...; preds = %code %8 = load i32* %0 ret i32 %8 exception: ; No predecessors! unreachable } declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone !llvm.dbg.cu = !{!0} !0 = metadata !{i32 720913, i32 0, i32 49572, metadata !"foo.clay", metadata !"", metadata !"clay compiler 0.1git", i1 true, i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1} ; [ DW_TAG_compile_unit ] !1 = metadata !{metadata !2} !2 = metadata !{i32 0} !3 = metadata !{metadata !4} !4 = metadata !...
2012 Jan 02
0
[LLVMdev] DW_AT_location not getting generated for local variables
...t i32 %8 > > exception:                                        ; No predecessors! >   unreachable > } > > declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone > > !llvm.dbg.cu = !{!0} > > !0 = metadata !{i32 720913, i32 0, i32 49572, metadata !"foo.clay", metadata > !"", metadata !"clay compiler 0.1git", i1 true, i1 false, metadata !"", i32 > 0, metadata !1, metadata !1, metadata !3, metadata !1} ; [ > DW_TAG_compile_unit ] > !1 = metadata !{metadata !2} > !2 = metadata !{i32 0} > !3 = metadata...
2011 Feb 20
2
Same color key for multiple lattice contour plots
...r. The code is shown below. Any ideas of how to solve this would be very welcome! Thanks in advance, Joep van der Zanden MSc student Hydrology and Water Quality Wageningen University, The Netherlands / University of Sydney, Australia # variable to plot: groundwater heads for 2 situations (L Med Clay Grass; S Clay Loam Trees): z2 and z1 # x: range of distances to river # y: range of lambda values ## define input data x <- vector(mode="numeric", length=64) for(i in 1:8){x[((i-1)*8+1):(i*8)]<- c(0,25,65,140,240,390,590,840)} y <- vector(mode="numeric", length=64) for...
2000 Sep 22
3
eval functions... (PR#668)
...error I got in R (but not in S-PLUS)...so I am wondering if it is a bug. Eg., the foll. extract from a function runs fine in S-PLUS but gives the error: Error in x[[j]] : subscript out of bounds in R code snippet ..... attach(xd) resp <- "iv802" pickedlist <- "BD + CEC + CLAY + ERODFAC + INCEPTSL" lmexp <- paste(resp, " ~ ", pickedlist,sep="") tmpzx <- eval(lm(lmexp,data=xd)) Essentially, I want to do: lm(iv802 ~ BD + CEC + CLAY + ERODFAC + INCEPTSL, data=xd) thru a function that has the parameters passed thru TclTk and Perl.......
2005 May 27
3
Soil texture triangle in R?
Dear R users, has anybody made an attempt to create the soil texture triangle graph in R? For an example see here: http://www.teachingkate.org/images/soiltria.gif I would like to get the lines in black and texture labels in gray to allow for plotting my texture results on top. Any examples or suggestions are very welcome! Thanks in advance, Sander. --
2013 Jan 28
2
Why are the number of coefficients varying? [mgcv][gam]
...anks in advance! Best, Andrew BCAR.knots = c(2,15,60,120) INAR.knots = c(50,100,200,300) bcph.knots = c(7.5,8.5,9.5,10.5) htt.knots = c(350,450,550,650) bc.prc.C.knots = c(.3,.45,.6,.8) phi.knots = c(4.5,5.5,6.5,7.5) CEC.knots = c(5,12,19,26) soc.knots = c(10,20,30,40) sand.knots = c(.2,.4,.6,.8) clay.knots = c(.15,.3,.45,.6) abslat.knots = c(10,20,30,45) lon.knots = c(-50,0,50,125) dum = as.vector(rep(1,length(trialid))) doyee = NA r.ints = tryCatch(gam(RR ~ as.factor(pot.trial) + as.factor(year) + as.factor(crop.legume) + as.factor(...
2010 May 18
1
(no subject)
Hello I have a data array with soil variables (caperf), in which the variable "clay" is factor (as I see entering str(caperf)) . I need to do a regression model, so I need to have arcilla (=clay) as a numeric variable.? For that I have entered as.numeric(as.character(arcilla)) and even entering 'as.numeric(levels(arcilla))[arcilla]'the variable is resting as factor...
2011 Jan 18
3
tips for looping over a category for beginner
...rt" [9] "sample.ID" "Conductivity" "Density" "Porosity" > plot(Depth[LithClass=='sand'], Conductivity[LithClass=='sand']) (ad nauseum... how can I loop through them all?) and ... > boxplot(Conductivity[LithClass=='clay']) > boxplot(Conductivity~LithClass) # whole set of boxplots on one diagram, but # what if want to exclude one or two of the LithClasses? and ... > pairs(c(tc[10],tc[2],tc[11],tc[12])) this is as advanced as I've got. Any tips would be greatly appreciated. Ben. [[alterna...
2017 Jan 20
2
Samba AD + Windowss Server DC
...have a Samba 4.4.4 AD running with Windows 10 desktops tied to the samba AD. Everything is working great. Is there a guide or thread on the process used to setup a Windows Server 2008 or 2012 as a AD/DC and join it to an existing Samba AD? OR make the Windows Server a backup AD/DC? Thanks Clay
2002 Jul 26
2
If in [global] <guest ok = yes> why do I get an authe ntication sc reen when accessing from NT box?
...u to guest. If this doesn't work, possibly you don't have a valid guest account set. If no account is set as the guest account (on the linux machine) it will use the user "nobody". > -Larry Engleman > The Burgiss Group > 201-795-5144 -----Original Message----- From: Clay, John [mailto:John.Clay@lfr.com] Sent: Friday, July 26, 2002 2:41 PM To: Samba. Org (E-mail) Subject: [Samba] If in [global] <guest ok = yes> why do I get an authentication sc reen when accessing from NT box? > My simple samba file is: > > [global} > workgroup = LFRG-TLH >...
2005 Apr 01
1
Ordering scales in xYplot.Hmisc
Dear R community, I am using xYplot() from the Hmisc package. The package works great to plot means + CI. But I am having issues handling the scales. I am plotting "Soil Clay content" vs "Soil depth" by "land use". Usually in this type of graphs it is better to place the variable "soil depth" in the y-axis and it should be ordered downward by depth (0-5 cm, 5-10 cm, 10-20 cm). I can't figure out how to sort/order the scale to o...
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with. The function is: plot.psd <- function(sand, clay, ...) { conv.ter <- function(x, y) { x.con <- 100 - x - y*cos(1/3*pi) y.con <- y*sin(1/3*pi) data.frame(x=x.con, y=y.con) } plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)), axes = FALSE, xlab="", ylab="", ...) lines(conv.te...
2011 Jan 19
1
Using subset to filter data table
I am having difficulty understanding how I would constrain a data set by filtering out 'records' based on certain criteria. Using SQL I could query using 'select * from my.data where LithClass in ('sand', 'clay')' or some such. Using subset, there seem to be ghosts left behind (that is, all of the LithClass *.Labels* remain after subset) > dput(tcc) structure(list(Density = c(1.84, 1.91, 2, NA, 1.95, 2.04, 2.11, 1.85, 1.97, 2, 2.27, NA, NA, 2.18, NA, NA, 1.9, 2.68, 2.69, NA, -- snip -- 1.4...
2006 Jul 31
1
questions regarding spline functions
...dpoints: mid <- function(x) { for( i in 1:length(x)) { if( i > 1) { a[i] = (x[i] - x[i-1]) / 2 + x[i-1] } } #reurn the results a[which(!is.na(a))] } #horizon depth bounds z <- c(0,2,18,24,68,160,170,192,200) #horizon midpoints, associated with horizon attribute x <- mid(z) #clay pct y <- c(0,1,2,2,4,7,6,1) #plot them plot(y ~ x, xlab="Depth", ylab="Percent Clay", type="s") points(y ~ x, cex=0.5, pch=16) These point pairs usually represent a trend with depth, which I would like to model with splines - or some similar approach, as they hav...
2012 Jan 11
4
Exported and Collected Resource With User Defined Resource Broken?
...er running this on "hmaster" I have: [hadmin@hmaster ~]$ ls -l /tmp/*hmaster* -rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster -rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster-extra -rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster-virtual Thank you, Clay -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2004 Mar 30
1
Windows printing problems to Samba3.2
...s seem to hang for a few minutes when trying to add printers. I'm running samba 3.2 binaries on HP-UX 11i. The binaries were downloaded from the HP-UX Porting Archive. The server is part of a Windows domain using domain security. I loaded the print drivers using a Windows 2000 system. TIA -- Clay
2010 May 14
1
point.in.polygon() in sp package: accuracy problems?
...ow what cause the problem! Thanks for any help Julien # --- --- --- --- require(sp) # Dummy ternary data to be plotted & classified as in or out a polygon # All should be on the border test.bug <- data.frame( # 1 2 3 4 5 6 7 8 "CLAY" = c(10.50, 11.05, 20.91, 20.95, 20.00, 00.00, 01.96, 01.24), "SILT" = c(00.00, 00.00, 79.09, 79.05, 80.00, 02.00, 00.00, 00.00), "SAND" = c(89.50, 88.95, 00.00, 00.00, 00.00, 98.00, 98.04, 98.76) ) # # ACoordinates of the polygon my.pol <- data.frame( "x...
2003 Jul 03
5
Need a recommendation on a good motherboard/processor combination
...problems getting drivers working, etc. Onboard LAN would be nice to keep from using a slot. Plan to use RedHat 8 for the OS. Please provide your input as soon as possible. I need to build a demo box with 2 ports FXO and use the new 4 Port FXS card as well as connect a SIP phone. Thanks, Clay Graner -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030703/7f96d3e0/attachment.htm
2003 Sep 18
2
BIG Bug on Linux EXT3 file system, or "/bin/ls" problem?? Please Help!!!
Hi, all, I "found" a big bug either related with Linux Ext3 file system or "bin/ls" command. The problem is: File system is no more than 220GB, but "/bin/ls" reports holding >370GB data! The system is Redhat 8.0, with a Generic Kernel 2.4.20. Any suggestions are greately appreciated. more information can be available upon requests. The following is the
2005 Sep 05
3
Prototype 1.4.0_pre4 + script.aculo.us 1.5_pre4?
...was updated to Prototype 1.4.0_pre4 today, so I''m hoping that a script.aculo.us 1.5_pre4 package that''s dependent upon a Prototype 1.4.0_pre4 release is going to work. Any insight into this? (pre pre pre pre ... I know my question is hard to read! Sorry about that ....) Thanks, Clay -- Killersoft.com