[sage-support] Re: graphic with R statistic program

2009-10-23 Thread Dag Sverre Seljebotn
Vincent Delecroix wrote: > Hi, > > I'm working on simple statistic example for which I use the SAGE > interface of the R program. I'm not able to plot a graphic. > > In R we use : > {{{ > R: x <- (1, 1, 1, 2, 3, 3, 4, 5, 5, 6) > R: hist(x) > }}} > > I try the following in SAGE (version 4.1) : > {{

[sage-support] Re: graphic with R statistic program

2009-10-31 Thread Vincent Delecroix
On 23 oct, 13:46, Dag Sverre Seljebotn wrote: > Vincent Delecroix wrote: > > Hi, > > > I'm working on simplestatisticexample for which I use the SAGE > > interface of theRprogram. I'm not able to plot a graphic. > > > InRwe use : > > {{{ > >R: x <- (1, 1, 1, 2, 3, 3, 4, 5, 5, 6) > >R: hist(x) > >

[sage-support] Re: graphic with R statistic program

2009-10-31 Thread Vincent Delecroix
On 31 oct, 20:20, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > On 23 oct, 13:46, Dag Sverre Seljebotn > wrote: > > > > > Vincent Delecroix wrote: > > > Hi, > > > > I'm working on simplestatisticexample for which I use the SAGE > > > interface of theRprogram. I'm not able to plot a graph