Displaying 5 results from an estimated 5 matches for "hydrocarbon".
Did you mean:
hydrocarbons
2008 Aug 07
0
3d kriging et al
R Users:
...been working with the sp and gstat packages for the past couple of days in an effort to analyze a set of ~ 200 soil samples collected from various eastings, northings, and depths and containing a wide range of measured hydrocarbon concentrations.
Thus far, I've managed to import the data, log-transform the concentrations, assign coordinates, generate and fit a variogram model and krige the data to a 3-D grid, but I've come up hard against the limits of my R proficiency. I'm looking for helpful suggestions on:...
2011 Mar 24
3
fstat no such file or directory error
...a particular server at any given time.
We have a script in place that watches our logs for this order of
events, so the problem self corrects relatively quickly. But it would
certainly be nice not have this happen at all.
Thanks,
Mark
--
----------
I'd rather be burning carbohydrates than hydrocarbons
2011 Feb 22
8
Settings ACLS from Windows via member server
...nvironment, should our samba member servers run
winbind? My understanding is not, but this could be part of the problem.
I'm happy to provide any other information that may be of help, this
problem is driving us nuts!
Thanks,
Mark
--
----------
I'd rather be burning carbohydrates than hydrocarbons
2013 Aug 12
1
Odd Samba 4 ("4.2.0pre1-GIT-b505111"; actually only using client) behaviour #1 - "Could not fetch trust account password for domain ...".
Good day oh technical ones .
I was running Samba 4 (client only, not using it as a DC so
effectively running Samba 3 code from the Samba 4 tree) and, other than a
little "Gotcha!" regarding decoding Kerberos PACs, it was all working
perfectly.
Then recently I had to upgrade, to "4.2.0pre1-GIT-b505111"
(I had to upgrade the OS on the server
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")