Displaying 20 results from an estimated 1000 matches similar to: "Playwith with Linux Mint"
2010 Mar 22
4
Playwith on Mint
Hello,
I am having trouble installing the package playwith on the latest Mint
"helena",
running R version 2.10.1 (2009-12-14).
I suspect it has to do with the GTK library but as far as I can tell there
is nothing wrong with it.
Any help extremely appreciated.
I include the output:
> install.packages("playwith")
Warning in install.packages("playwith") :
2010 Jan 28
3
Using tcltk or other graphical widgets to view zoo time series objects
Dear all,
I am looking at the R-help entry below:
http://finzi.psych.upenn.edu/R/Rhelp02/archive/26640.html
I have a more complicatedt problem. I have a zoo time series frame with
100+ sequences.
I want to cycle through them back and forth and compare them to the 1st
column at any time.
I need also a button to click when I need the viewed-selected sequence
(that is being compared to the
2012 Jan 19
1
question re. package playwith not able to run command getting error message that I'm attempting to use non function
Hello, I managed to install playwith package and all its prerequisites. My
R version is R 2.14:
R version 2.14.1 (2011-12-22)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: i486-pc-linux-gnu (32-bit)
All my packages were updated, and recently installed. When I attempt
to use the command playwith I get the following error message:
>
2010 Apr 12
1
N'th of month working day problem
Dear Gabor,
Thanks for your reply. however:
> tail(DJd)
^DJI.Close
2010-04-01 10927.07
2010-04-05 10973.55
2010-04-06 10969.99
2010-04-07 10897.52
2010-04-08 10927.07
*2010-04-09 10997.35*
> tail(ag)
2009-11-30 10344.84
2009-12-31 10428.05
2010-01-31 10067.33
2010-02-28 10325.26
2010-03-31 10856.63
*2010-04-30 10997.35
*
It seems the script "makes up"
2010 Jun 22
3
Duplicate dates in zoo objects
Hello,
I have a zoo time series read from an excel file which has some dates
the same, such as the following example:
02/10/1995 4925.5
30/10/1995 4915.9
23/01/1996 4963.5
23/01/1996 5009.2
04/03/1996 5031.9 # here
04/03/1996 5006.5 # here
03/04/1996 5069.2
03/05/1996 5103.7
31/05/1996 5107.1
01/07/1996 5153.1
02/08/1996 5151.7
Is there a
2007 Oct 13
1
Make playwith a default graphic device
Hi,
I looking for a graphic device on Linux with more functionalities than the X11
(). I find the plotAndPlayGTK package and the playwith function. It is a good
device. It is possible to make it default in my system.
Now I need:
> library(plotAndPlayGTK )
Loading required package: RGtk2
Loading required package: cairoDevice
>
> playwith(plot(1,1))
Error in plot.new() : figure margins
2008 Jul 15
3
playwith package crashes on Mac
Dear R-helpers,
I tried the playwith packages for the first time, and it crashed R:
> require(playwith)
Loading required package: playwith
Loading required package: lattice
Loading required package: grid
Loading required package: gWidgets
Loading required package: gWidgetsRGtk2
Loading required package: RGtk2
Loading required package: cairoDevice
> sessionInfo()
R version 2.7.1
2011 Mar 01
2
problems with playwith
hello, i tried to run playwith but :
> library(playwith)
Loading required package: lattice
Loading required package: cairoDevice
Loading required package: gWidgetsRGtk2
Loading required package: gWidgets
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'H:/R/cran/RGtk2/libs/i386/RGtk2.dll':
LoadLibrary failure: The specified procedure could
2010 Feb 01
3
playwith error message
Hi,
I'am using the playwith library to write my own small GUI application.
But I get the following error under Windows and Linux (Ubuntu):
Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Under linux my R program simply continues, but under Windows it stops.
Since it is not in my code, has anyone
2008 Sep 03
1
Problems with playwith()
Hello,
I am trying to execute an example provided in the help files for the
playwith() function. I try to execute the first example:
library(playwith)
if (interactive()) {
options(device.ask.default = FALSE)
## Scatterplot (Lattice graphics).
## Labels are taken from rownames of data.
## Just click on the plot to identify points.
playwith(xyplot(Income ~ log(Population / Area),
data =
2010 Nov 16
2
Playwith-problem with loading
Helllo,
I am having trouble with running the library Playwith in the R-2.12.0. running under 32bit Windows XP. After calling the library the error message "The procedure entry point gdk_cairo_reset_clip could not be located in the dynamic library libgdk-win32-2.0-0.dll." occurs and the R asks for instaling the GTK+ package. However the instalation of GTK+ thorugh the R fails. I have
2008 Jul 02
0
Combining playwith with par(mfrow... ) i.e., multiple plots.
Hi,
I have the following problem:
library(playwith)
x<-ts(rnorm(100))
y<-ts(cumsum(x))
playwith({
par(mfrow=c(2,1))
plot(x)
plot(y)})
I can't make playwith identify (using the button top left) datapoints on
multiple graph plots (eg. par(mfrow=c(2,2) for a 2 x 2 frame of plots).
Is it possible any other way?
Many thanks in advance,
Costas
P Think
2010 Apr 08
1
Exchanging zoo object dates
Hi,
I have two zoo objects (time series of same frequency) say A and B. I
need to exchange A's dates for B's.
Is there and easy way?
I managed to do it by converting A to a vector and pasting it on a zoo
vector (all ones) with B's dates but I wonder if there is an easier way
by some "zoo" command I have overlooked...
Thanks in advance,
Costas
2010 Jun 30
1
merge.zoo and fill
Hello again,
I merge different zoo time series with prices at different dates. This
returns a multivariate zoo object with NA's at various points i.e.,
2010-02-28 NA NA NA NA 850.2 2444.4 NA
NA NA NA NA NA NA
2010-03-01 61.1 55.3 61.5 81.24 NA NA 1712.2 3.3
11139.3 163.7 2242.4 9015.6 109.791
2010-03-31
2010 May 20
2
Time problems (POSIXct)
Hello,
I have a zoo time series object (say a) with the following time
stamp/format
[1] "1950-01-03 GMT" "1950-01-04 GMT" "1950-01-05 GMT" "1950-01-06 GMT"
[5] "1950-01-09 GMT" "1950-01-10 GMT"
and another (say b) with
[1] "1950-01-05" "1950-01-06" "1950-01-09" "1950-01-10"
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN.
Latticist is a graphical user interface for exploratory visualisation.
It is primarily an interface to the Lattice graphics system, but also
produces displays from the vcd package for categorical data.
Given a multivariate dataset (either a data frame or a table),
Latticist attempts to produce useful displays based on the properties
of the
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN.
Latticist is a graphical user interface for exploratory visualisation.
It is primarily an interface to the Lattice graphics system, but also
produces displays from the vcd package for categorical data.
Given a multivariate dataset (either a data frame or a table),
Latticist attempts to produce useful displays based on the properties
of the
2010 Oct 30
3
World of Warcraft on Linux Mint or Ubuntu, a doubt
Hi everyone
I used to have Linux Mint 8 Helena and World of Warcraft patch 3.2.x, like less than a year ago
I play on private servers (just because there's no way of payment for blizzard servers from Peru), and i had a bad experience with wine 1.0 (or 1.1.33, i can't remember - the thing is that wine 1.2 wasn't released)
My FPS were like 19-20 when in windows it goes at 60-65, in
2008 Jun 19
0
playwith 0.8-55
playwith package version 0.8-55 is now on CRAN.
It provides a GTK+ interface for interacting with R plots.
Screenshots of some examples are online at:
http://code.google.com/p/playwith/wiki/Screenshots
Changes in Version 0.8-55
o argument `parameters`: automatically constructs
widgets to control parameter values appearing in the call.
o default action when dragging on the plot is zoom.
2008 Jun 19
0
playwith 0.8-55
playwith package version 0.8-55 is now on CRAN.
It provides a GTK+ interface for interacting with R plots.
Screenshots of some examples are online at:
http://code.google.com/p/playwith/wiki/Screenshots
Changes in Version 0.8-55
o argument `parameters`: automatically constructs
widgets to control parameter values appearing in the call.
o default action when dragging on the plot is zoom.