search for: alkalin

Displaying 12 results from an estimated 12 matches for "alkalin".

Did you mean: alkaline
2011 Mar 13
3
how to change the margins of a plot area
Dear all, I am ploting two boxplot of two chemical variables using the format boxplot(Alkalinity, logAlkalinity, log="y", col=c("lightblue"), lwd=0.6, boxwex=0.3) However when I plot like this, the distance between the two boxplots is very big and as well the distance of each boxplot from the plot area, left and right. How can I minimise that distance between the boxplo...
2005 Nov 29
1
help combining mtext and strwrap?
.... Unfortunately, the description is rather long and will need to be wrapped to fit on 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, wi...
2006 Apr 22
2
PANASONIC KX-TS208W - Speakerphone Incompatible With Asterisk 1.2.3
I'm using Asterisk 1.2.3 and PANASONIC KX-TS208W - Speakerphone does not work with it. It works fine when you pick up the handset. Anyone experinced this problem before, the speaker works fine with Verizon line. The phone is behind a Linsys router RT31P2. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jun 19
1
PrettyR (describe)
...9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L), .Label = c("BC", "HC", "RM119", "RM148", "RM179", "RM185", "RM190", "RM198", "RM202", "RM215", "RM61", "SC"), class = "factor"), Alkalinity = c(13, 13, 17, 17, 21, 21, 19, 14, 16, 15, 14, 14, 14, 15, 15, 9.7, 17, 14, 15, 14, 14, 15, 15, 15, 15, 15, 14), Arsenic = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 0.00039, NA, 0.001, NA, 0.00037, 0.00046, 0.00026, 0.00033, 0.00059, 3e-04, NA, NA, NA, NA), BOD..5.da...
2008 Jul 25
1
plot zoo custom panel help
...2", "14", "16", "18", "20", "22", "1", "4", "5", "7", "9", "11", "13", "15", "17", "19", "21", "23", "2"), c("Alkalinity", "Chloride")), index = structure(c(2006.08333333333, 2006.25, 2006.33333333333, 2006.41666666667, 2006.5, 2006.58333333333, 2006.66666666667, 2006.75, 2006.83333333333, 2006.91666666667, 2007, 2007.08333333333, 2007.16666666667, 2007.25, 2007.33333333333, 2007.41666666667, 2007.5...
2017 Jul 01
0
How to replace match words whith colum name of data frame?
..."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 ", "hss")) Here is my match code: library(magrittr) match_df <- NULL for (i in 1:length(chemical_df$chemical)) { match_df<-data.frame(category=concept_df[grep(chemical_df$chemical[i], concept_df$concept), ] ) %>% rbin...
2017 Jul 30
0
How to replace match words whith colum name of data frame?
Try the stringr package. This should work chemical=c("basic", "alkalin", "alkali", "acid", " ph ", "hss") chemical_match <- str_c(chemical, collapse = "|") chemical_match concept_df$match[str_detect(concept_df$concept, chemical_match)] <- "chemical" concept_df > concept_df con...
2017 Jul 01
0
How to replace match words whith colum name of data frame?
...sit", "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 ", "hss")) > > Here is my match code: > > library(magrittr) > match_df <- NULL > for (i in 1:length(chemical_df$chemical)) { match_df<- > data.frame(category=concept_df[grep(chemical_df$chemical...
2006 Apr 23
0
RE: Asterisk-Users Digest, Vol 21, Issue 130
...3 and PANASONIC KX-TS208W - Speakerphone does > > not work with it. It works fine when you pick up the handset. Anyone > > experinced this problem before, the speaker works fine with Verizon > > line. The phone is behind a Linsys router RT31P2. > > Replace the batteries! Alkaline only, replace every 6 months > > 1.2.3 is also defective for other reasons. Upgrade > > Using a TDM400, an ATA or ?? > > The phone works best with a 48V 20mA or better loop, so the FXS source > > voltage may have an effect, and this cheap phone has no previsions > &...
2011 Jul 01
16
Power-outage
I have a CentOS-5.6 remote server in a house in Italy, where there are occasional thunder-storms. There was one yesterday, when the electricity went off 3 times, for a second or so on each occasion. My server, an HP MicroServer, came back (re-booted) on 2 of the 3 occasions, but not on the third. I assume that the problem arises because the machine does not close down properly. (Although it is
2009 Feb 05
11
Crash Hard, Crash Often
I've been using asterisk for 3+ years now, I love it, but it doesnt love me back. :-) It was crashing frequently and seemingly randomly prior to this latest upgrade. Not sure what version it was running prior to upgrade (it was probably an old CVS HEAD from 2+ years go.) Anyway, currently running 1.4.21.2. == Problem == Problem is that its crashing for seemingly no reason at all, no
2005 Jun 01
1
send and receive MMS
Hello, did anyone already experience MMS? SMS works fine, but I can't find infos on how to send and receive MMS on a similar way with Asterisk. Thanks Daryan