search for: h48

Displaying 1 result from an estimated 1 matches for "h48".

Did you mean: 48
2008 Mar 20
2
I need help integrating ggplot2 into Excel
..... 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 "Run R" works lik...