Displaying 12 results from an estimated 12 matches for "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 boxplots and
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, wid...
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)
#is there a way to get NA in the table of descriptive statistics instead of
the function stopping Thank you in advance
#data
x.f <- structure(list(Site = structure(c(9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L), .Label = c("BC", "HC", "RM119", "RM148", "RM179",
"RM185",
2008 Jul 25
1
plot zoo custom panel help
#the below code is the way that I would like the plot to look. I have tried
to write a panel function:
my.panel <- function(x, y, ..., pf = parent.frame()) {
axis(side=1, at = seq(rng[1], rng[2], 1/12), labels = n, tcl = -0.3)
}
#but it does not work and I am at a loss and help would be appreciated. I
will use this for multiple
library(zoo)
library(chron)
#this is what I would like the
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",
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
concept match
2017 Jul 01
0
How to replace match words whith colum name of data frame?
Dear ?,
I'm sure that there are many ways to do what you want; here's one:
> cbind(concept_df, category=
+ ifelse(apply(
+ sapply(chemical_df$chemical,
+ function(x) grepl(x, concept_df$concept)),
+ 1, any),
+ "chemical", ""))
concept category
1 butan
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
> &g...
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