search for: inorgan

Displaying 10 results from an estimated 10 matches for "inorgan".

Did you mean: imorgan
2017 Jul 01
0
How to replace match words whith colum name of data frame?
...function(x) grepl(x, concept_df$concept)), + 1, any), + "chemical", "")) concept category 1 butan acid chemical 2 nano diamond particl 3 slurri composit 4 composit ph polis chemical 5 inorgan particl 6 grind liquid 7 liquid formul 8 nanoparticl 9 size abras particl 10 agent malic acid chemical Or, if you're wedded to magrittr: > sapply(chemical_df$chemical, + function(x) grepl(x, concept_df$con...
2017 Jul 01
0
How to replace match words whith colum name of data frame?
I have two data frame. I want to use "chemical_df" to match "concept_df " concept_df <- data.frame(concept=c("butan acid ", "nano diamond particl", "slurri composit", "composit ph polis", " inorgan particl ", "grind liquid", "liquid formul", "nanoparticl", "size abras particl", "agent malic acid")) chemical_df <- data.frame(chemical=c("basic", "alkalin", "alkali", "acid", " ph ", &qu...
2004 Mar 08
5
Getting ACLs to work with Samba 3.0.2a
...ys gives: Failed to parse security descriptor Trying to change the ACLs from a windows box shows the correct acls, but attempting to change them results with a "access denied"-error. How else can I check if Samba is actually using ACLs? Sincerely, - -- Michael Frotscher Institute of Inorganic and Applied Chemistry University of Hamburg, Germany -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFATG7N/f+kgY+d9bQRAqUkAKDaTX/NBTYUptS0wD65Z78GUAu9DQCfdM2q JNwPA5rjuF79pbjEPemN5wQ= =oSWW -----END PGP SIGNATURE-----
2005 Nov 29
1
help combining mtext and strwrap?
...several lines. From what I know about mtext, it's really only meant for single-line labels, not paragraphs. Here's some sample code of the idea I'm trying to accomplish: notes=c("Repressible alkaline phosphatase, a glycoprotein localized to the vacuole; regulated by levels of inorganic phosphate and by a system consisting of Pho4p, Pho9p, Pho80p, Pho81p and Pho85p; dephosphorylates phosphotyrosyl peptides") par(mar=c(10,3,10,3)) image(as.matrix(c(1,2,3,4,5))) mtext(strwrap(notes, width=60), line=5, side=3) ..as you can see, the long text plots over itself and doesn&...
2008 Oct 17
1
ggplot2 scale relation free
I don't know if there is a way to use the scale relation free argument in ggplot2 like in lattice. I have a feeling that there is not, but I would like to make a plea for this feature. It would be nice to be able to plot Total Inorganic Nitrogen Total Phosphorus and the ratio of the two- the numbers on the axis are not related, but the previous two are surely related to the last (this ratio has been suggested to show nutrient limitation, but there is the possibility that the concentrations of the two constituents are high enoug...
2004 Oct 20
1
Drawing multiple line plots
...lowest second third fourth highest significance INAS 0.107 0.115 0.123 0.115 0.166 0.000 MMA 0.091 0.107 0.115 0.142 0.179 0.000 DMA 0.126 0.103 0.126 0.129 0.142 0.031 The numbers in the dataframe indicate values of a continuous variable INMET (indicating ratio of inorganic arsenic vesus methylated arsenic species) for the respective quintiles of variables INAS, MMA, and DMA; "lowest" through "highest" indicate quintile levels of INAS, MMA, and DMA. INAS, MMA, and DMA are discrete ordinal variables (factors, each variable has following levels: l...
2009 Apr 24
0
New package: CHNOSZ
...for calculating the standard Gibbs energies and other thermodynamic properties, and chemical affinities, of reactions between species contained in the thermodynamic database. The database includes standard thermodynamic properties and equations of state parameters for a variety of minerals and inorganic and organic aqueous species. The relative abundances of species in equilibrium can be drawn on activity diagrams as a function of temperature, pressure and/or chemical activities of basis species. The documentation includes many examples taken from the literature, as well as calculations of...
2009 Apr 24
0
New package: CHNOSZ
...for calculating the standard Gibbs energies and other thermodynamic properties, and chemical affinities, of reactions between species contained in the thermodynamic database. The database includes standard thermodynamic properties and equations of state parameters for a variety of minerals and inorganic and organic aqueous species. The relative abundances of species in equilibrium can be drawn on activity diagrams as a function of temperature, pressure and/or chemical activities of basis species. The documentation includes many examples taken from the literature, as well as calculations of...
2017 Jul 30
0
How to replace match words whith colum name of data frame?
..._match concept_df$match[str_detect(concept_df$concept, chemical_match)] <- "chemical" concept_df > concept_df concept match 1 butan acid chemical 2 nano diamond particl FALSE 3 slurri\ncomposit FALSE 4 composit ph polis chemical 5 inorgan particl FALSE 6 grind liquid FALSE 7 liquid formul FALSE 8 nanoparticl FALSE 9 size abras particl FALSE 10 agent malic acid chemical -- *Abraham MathewData Ninja and Statistical Modeler* *Minneapolis, MN720-648-0108 at abmathewksAnalytics_Bl...
2003 Apr 14
2
unexplained error (code 255) at main.c(1045)
I'm trying to use rsync (2.5.6 on both sides) to copy a home directory from one system (Solaris 2.6) to another (Solaris 9); the command is running on the Sol9 version and is fetching files; I'm using rsync with SSH, rather than in client/server mode. The command line I've used is: rsync --archive --verbose --rsh=ssh rsr@fold:/home/rsr /home I've attempted this both as the rsr