On Tue, Jun 7, 2016 at 4:36 PM, Thomas Judson <[email protected]> wrote:
> Does anyone have any experience using R in a Sage cell?  The following code 
> works fine on SMC but not on the Sage cell server.

I put in extra effort to make R plotting "just work" in SageMathCloud;
I don't think it works anywhere else...

William

>
>             %r
>             age <- c(25, 30, 56)
>             gender <- c("male", "female", "male")
>             weight <- c(160, 110, 220)
>             mydata <- data.frame(age,gender,weight)
>             summary(mydata)
>             cor(mydata$age,mydata$weight)
>             mean(mydata$age)
>             sd(mydata$age)
>             plot(mydata$age,mydata$weight)]]>
>
> Tom Judson
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to