Displaying 4 results from an estimated 4 matches for "epression".
Did you mean:
expression
2009 Apr 28
1
Mathematical label in a plot with a percent sign
Hi,
I am trying to produce a plot with an xlabel that reads (x >= 5%) with
the >= turned into the correct epression. I can do this up to the
percentage sign by specifiing xlab=expression(x>=5). Whatever I do to
include the % sign as well doesn't seem to work.
xlab=bquote(x>=5.("%")) almost works but includes brackets.
Anyonw know how to solve this one
Dan
PS I am running R 2.9.0
--
**...
2006 Jan 27
0
Offtopic: Auto provioning Snom 360
Hello list,
I've got a problem provisioning my snom 360's in the office (about 20 of them). I'm using DHCP option 66/67 to set the provisioning URL but the phone
won't connect to it to retrieve it's configuration.
We are using a Cisco Catalyst Epress 500 to power the phones (poe), however if i power hem via the adapter and hook them up to a hub instead of the
switch the phone
2008 Feb 02
1
Help with loops and how R stores data
I am trying to make an array c(3,8) that contains the averages of what is in
another array c(9,8). I want to average rows 1:3, 4:6, 7:9 and have a loop
replace the generic 1:24 values in my array with the average of the three
rows.
The problem I am having is that R only replaces the last value from the
loops, and I am not experienced enough with R to know how it stores data
when looping and
2008 Sep 03
8
suggestion of new API function for embedded programming.
While doing some embedded programming and trying to figure out how to generate
a hand coded SEXP equivalent of the line
"t.test(x,conf.level=(1-p))$conf.int[2]" I had an idea for an addition to the
embedded API.
There are a number of hidden or static parse functions (R_ParseBuffer,
R_Parse1Buffer, etc.) which take an IoBuffer* and returns a parsed tree. If
one or more of these