Displaying 12 results from an estimated 12 matches for "cardiome".
Did you mean:
cardioid
2011 Mar 01
1
Lattice: useOuterStrips and axes
...ow-specific y-axes, because of the similarity of
intra-variable inter-subject response. However the graphic as presented
gives per-panel y-axis annotation - I'd like to drop the 2nd and 3rd columns
of y-axes labels, so the panels become a contiguous array.
Is this possible?
Thanks,
Jim Price.
Cardiome Pharma. Corp.
--
View this message in context: http://r.789695.n4.nabble.com/Lattice-useOuterStrips-and-axes-tp3330338p3330338.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 03
3
Re membering the last time an event occurred within a dataframe
...particular kind of data manipulation in R and I just
can't get my head around the code to solve it.
I've been eyeballing rle and I think there may be a solution hiding in there
somewhere, but I'm still failing to progress. Any help would be appreciated!
Thanks in advance,
Jim Price
Cardiome Pharma. Corp.
--
View this message in context: http://www.nabble.com/Remembering-the-last-time-an-event-occurred-within-a-dataframe-tp18265464p18265464.html
Sent from the R help mailing list archive at Nabble.com.
2010 Mar 23
1
Bold greek letters using plotmath
I'm trying to annotate some graphics using plotmath and finding out that the
code I'm using isn't bolding the greek letters - it bolds the rest (once I
adjusted the numerics to characters), it's just failing on the greek
characters.
Any suggestions welcomed.
Jim Price.
Cardiome Pharma Corp.
Test code:
plot(1:5, type = 'n')
# The not bold version
text(2, 2:4, cex = 2, labels = do.call(expression,
unlist(list('Placebo', lapply(c(3, 6), function(.x) substitute(.x ~~ mu * g
/ kg / hr, list(.x = .x)))), recur = F)))
# The bold version - note that the...
2011 Mar 10
1
Lattice: Feature Request
...C_TIME=English_United
States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] latticeExtra_0.6-14 RColorBrewer_1.0-2 lattice_0.19-13
loaded via a namespace (and not attached):
[1] grid_2.12.0
Jim Price.
Cardiome Pharma. Corp.
--
View this message in context: http://r.789695.n4.nabble.com/Lattice-Feature-Request-tp3347040p3347040.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 10
1
layout is to xyplot as ??? is to qplot
...n this code the lattice example gives me a 2x2 layout, whereas the ggplot
example gives me a 1x4 layout, as per the facets specification. Can I mimic
the effect of the layout parameter in xyplot inside qplot? Apologies if I've
missed an obvious help-page somewhere!
Thanks in advance,
Jim Price
Cardiome Pharma Corp.
--
View this message in context: http://www.nabble.com/layout-is-to-xyplot-as-----is-to-qplot-tp18391206p18391206.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 05
1
testInstalledBasic question
...Am I doing something wrong? Should the actual code in tests\\primitives.R
be: for(f in ls(.GenericArgsEnv, all.names=TRUE)[-(1:16)]) instead of 1:15
(or be OS dependent)?
Any comments and help welcomed. If I'm unclear in any steps I've taken
please feel free to correct me.
Jim Price.
Cardiome Pharma Corp.
--
View this message in context: http://r.789695.n4.nabble.com/testInstalledBasic-question-tp2131680p2131680.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mail...
2011 Apr 07
1
Adding text to page margin with lattice graphics
R: 2.12.1
OS X
Colleagues
I am working with lattice graphics for the first time and I am confused by some aspects of controlling these graphics. The most pressing issue is the following:
I can print the graphics without problems with the command:
print(MYFUNCTION(SOMEOBJECT)
However, I would like to add margin text (this terminology might not apply in this setting). I am able to do so with
2008 Jun 04
2
Lattice + Word: Changing .wmf files to .pdf files
...ONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.17-6
loaded via a namespace (and not attached):
[1] grid_2.7.0
Jim Price.
Cardiome Pharma Corp.
--
View this message in context: http://www.nabble.com/Lattice-%2B-Word%3A-Changing-.wmf-files-to-.pdf-files-tp17651766p17651766.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 16
1
xyplot: subscripts, groups and subset
...=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.17-6
loaded via a namespace (and not attached):
[1] grid_2.7.0
Thanks,
Jim Price
Cardiome Pharmaceutical Corporation.
--
View this message in context: http://www.nabble.com/xyplot%3A-subscripts%2C-groups-and-subset-tp17282996p17282996.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jun 18
1
Custom strips in lattice
...despite being a fairly frequent lattice user, I've
learnt a great deal from it - although I've not finished it yet, so if the
answers are in there somewhere my apologies!) and couldn't see these issues
addressed. If anyone has a solution it would be much appreciated.
Thanks!
Jim Price
Cardiome Pharma Corp.
sessionInfo()
R version 2.7.0 (2008-04-22)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDev...
2010 Mar 26
4
Competing with SPSS and SAS: improving code that loops through rows (data manipulation)
Dear R-ers,
In my question there are no statistics involved - it's all about data
manipulation in R.
I am trying to write a code that should replace what's currently being
done in SAS and SPSS. Or, at least, I am trying to show to my
colleagues R is not much worse than SAS/SPSS for the task at hand.
I've written a code that works but it's too slow. Probably because
it's
2010 Mar 24
0
R-help ordinal regression
...ing plotmath and
> finding out that the
> code I'm using isn't bolding the greek letters - it bolds
> the rest (once I
> adjusted the numerics to characters), it's just failing on
> the greek
> characters.
>
> Any suggestions welcomed.
>
> Jim Price.
> Cardiome Pharma Corp.
>
>
> Test code:
>
>
> plot(1:5, type = 'n')
>
>
> # The not bold version
> text(2, 2:4, cex = 2, labels = do.call(expression,
> ??? unlist(list('Placebo', lapply(c(3, 6),
> function(.x) substitute(.x ~~ mu * g
> / kg / hr,...