Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 2218
typeset_mode(True)
%md ## R dans SAGE On peut exécuter du code R dans un notebook SAGE : voici un exemple un peu boboche.

R dans SAGE

On peut exécuter du code R dans un notebook SAGE : voici un exemple un peu boboche.

%r x<-c(1:10) mean(x)
5.5
%r sd(x)
3.02765035409749
%r sd(x) hist(x)
3.02765035409749