Displaying 1 result from an estimated 1 matches for "pic10654".
Did you mean:
pic10625
2008 Mar 20
2
I need help integrating ggplot2 into Excel
..."library(ggplot2)")
...
Call
RInterface.RRun("qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=""line"",group=Cell)")
With no output ...
I have tried the following in Worksheet function mode:
if Range(H40:I42) contains:
"
(Embedded image moved to file: pic10654.jpg)
"
and Range(H48) contains:
"qplot"
The following call:
=Rcalla(H48;makeargs(H40:I42))
Gives me no output
Scratchpad mode
However, right clicking a cell containing:
qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=""line"",group=Cell)
and then selecting &...