Displaying 1 result from an estimated 1 matches for "rcalla".
Did you mean:
calla
2008 Mar 20
2
I need help integrating ggplot2 into Excel
...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 "Run R" works like a dream!
I would like to develop an excel based GUI for R...