Hi Baptiste,
Thanks for your help with this. Sorry for being slow to express my
appreciation. I had intended to put some more time into tweaking the graphs
before responding. Recently have been reading Hadley Wickham's ggplot2 book and
have also located some materials on the knitr package. Didn
Hi,
On 1 April 2012 03:41, Paul Miller wrote:
> Hello Baptiste,
>
> What you've done is very interesting. Went through and tried to understand
> all the steps. Reminded me of studying languages in years gone by. Always
> found it easier to read and understand a sentence than to construct a
> s
Hello Baptiste,
What you've done is very interesting. Went through and tried to understand all
the steps. Reminded me of studying languages in years gone by. Always found it
easier to read and understand a sentence than to construct a sentence of one's
own. This is particularly true when you're
Hi,
I would do the following,
library(ggplot2)
require(reshape)
TestData <- structure(list(profile_key = c(1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
2, 3, 3, 3, 3, 3), line = c(1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2,
1, 1, 1, 1, 1), instance = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 2), drug = structure(c(
Hello All,
Recently developed the code below for graphing patterns of chemotherapy
administration. As someone just starting to use R in their work, I managed to
figure out some parts of the code but needed help with others.
setwd("N:/Regimen Coding/0906/Plots Test")
getwd()
TestData <- struct
5 matches
Mail list logo