christiaan pauw gmail.com> writes:
>
> HI Everybody
>
> Does anyone know of documentation about different ways of obtaining user
> input in R. I have used readline() but I wondered is there are sophisticated
> packages that does things like validate answers or generate selection
> lists.
You m
Probably, iplots may be useful for you:
http://cran.r-project.org/web/packages/iplots/index.html
Kinds,
Mauricio
--
===
Linux user #454569 -- Ubuntu user #17469
===
2011/1/21 christiaan pauw :
> HI Everybody
>
> Does anyone know of docume
Christian
Have you looked at the http://www.stats.gla.ac.uk/~adrian/rpanel/ rpanel
package?
I have a post which shows an example of interactive input that allows user
to adjust plot parameters.
http://chartsgraphs.wordpress.com/2009/05/08/rpanel-package-adds-interactive-capabilites-to-r/
lin
Martyn Plummer's 'coda' package has some nice interactive menus. The
package appears to be written entirely in R. You could start with the
codamenu() function in the package source:
http://cran.r-project.org/web/packages/coda/index.html
-Matt
On Fri, 2011-01-21 at 14:26 +0200, christiaan pauw wr
Hello Christian,
for an example of interacting with graphic output, just run
example(getGraphicsEvent)
However, on X11, that feature had ceased to work since a pre-release
of R-2.12 if Cairo support was enabled at compile time. The reason for
this defect had already been documented in R's
HI Everybody
Does anyone know of documentation about different ways of obtaining user
input in R. I have used readline() but I wondered is there are sophisticated
packages that does things like validate answers or generate selection
lists.
bets regards
Christaan
[[alternative HTML versio
And try also search
statsrus
The first hit shall be Paul Johnsons's howto's which helped me several
years ago especially with basic issues.
Regards
Petr
r-help-boun...@r-project.org napsal dne 10.10.2009 18:00:19:
> > I'm just learning R (I don't know any other programming languages),
> >
I'm just learning R (I don't know any other programming languages),
and I have a question. I am trying to figure out how to ask for user
input (say, a set of 3 numbers) then put those numbers into an array.
I've looked around, but I haven't been able to find any answers that I
understand.
On Oct 9, 2009, at 6:36 PM, Sharon Beckett wrote:
I'm just learning R (I don't know any other programming languages),
and I have a question. I am trying to figure out how to ask for user
input (say, a set of 3 numbers) then put those numbers into an
array.
I've looked around, but I have
I'm just learning R (I don't know any other programming languages),
and I have a question. I am trying to figure out how to ask for user
input (say, a set of 3 numbers) then put those numbers into an array.
I've looked around, but I haven't been able to find any answers that I
understa
10 matches
Mail list logo