similar to: animated R plots

Displaying 20 results from an estimated 90 matches similar to: "animated R plots"

2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs, I had posted about Adobe FLEX talking to R for rich visualisation. Reply from Jeffery Horner contained links to the revolution-computing.com webpage which had information pertaining to the Bay Users R group Meetup on Web Dashboards with R. I have a very specific project that I need to implement. I wish to use the graphics capabilities provided by Adobe FLEX to visualise outputs from R.
2007 Aug 08
3
SWF animation method
Hi all, Just thought I'd share something I discovered last night. I was interested in creating animations consisting of a series of plots and after finding very little in the usual sources regarding animation in R directly, and disliking the imagemagick method described here (http://tolstoy.newcastle.edu.au/R/help/05/10/13297.html), I discovered that if one exports the plots to a
2007 Sep 24
2
[Bug 9874] swfdec can't render swftools generated Flash files
http://bugs.freedesktop.org/show_bug.cgi?id=9874 eric at anholt.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|eric at anholt.net |swfdec at lists.freedesktop.org Status|ASSIGNED |NEW QAContact|
2015 Feb 09
1
WISH: eval() to preserve the "visibility" (now value is always visible)
Sorry to intervene. Argument passed to 'eval' is evaluated first. So, eval(x <- 2) is effectively like { x <- 2; eval(2) } , which is effectively { x <- 2; 2 } . The result is visible. eval(expression(x <- 2)) or eval(quote(x <- 2)) or evalq(x <- 2) gives the same effect as x <- 2 . The result is invisible. In function 'eval2', res <-
2002 May 09
0
functions : server_input_channel_req userauth_pubkey
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, I am not sure if this is the correct place to ask these question, if I am at the wrong place please advise. I am currently working on some modifications to openssh which record the users rsa/dsa identity comment file to a log file when the user logs in (password authentication is disabled). The ssh1 portion of the modification works
2012 Jun 14
0
Animation problem
Using the animation package, I am trying to show fish movement over a jpeg of our study area. I want to show fish detection at each of 5 sites on each day they are detected. Each of the five fish species will have their own color (not coded yet). I am able to create the animation, though the data is not plotting correctly, and I feel that the problem lies with a loop that I can't seem to
2008 Jul 07
11
[Bug 16634] New: swfdec-0.7. 2 not able to play audio in the following Flash file: http://randomfoo.net/ oscon/2002/lessig/free_culture.swf.
http://bugs.freedesktop.org/show_bug.cgi?id=16634 Summary: swfdec-0.7.2 not able to play audio in the following Flash file: http://randomfoo.net/oscon/2002/lessig/free_culture.swf. Product: swfdec Version: 0.7.x Platform: Other URL: http://randomfoo.net/oscon/2002/lessig/free_culture.swf
2010 Jul 18
0
Flash Extractor
Hi Audio / video is becoming a hobby of mine and, knowing nothing about Flash files, I started playing around with them with SWFTools. Being lazy as I am, I quickly tired of writing scripts and went ahead and wrote a gui wrapper for swfextract. Anyway, to make a long story short (to late) the application keeps growing and in my latest release I've embedded your player (very easy to
2011 Jan 04
0
Package animation update (v2.0-0)
Hi, The animation package 2.0-0 is on CRAN now. This version is a milestone of the animation package. It includes a new function saveHTML() which uses a much more elegant interface and is consistent in syntax with other save*() functions such as saveMovie(), saveSWF() and saveLatex(). Lots of demos have been added to demonstrate the flexibility of this package, e.g. now we can get the snapshots
2011 Jan 04
0
Package animation update (v2.0-0)
Hi, The animation package 2.0-0 is on CRAN now. This version is a milestone of the animation package. It includes a new function saveHTML() which uses a much more elegant interface and is consistent in syntax with other save*() functions such as saveMovie(), saveSWF() and saveLatex(). Lots of demos have been added to demonstrate the flexibility of this package, e.g. now we can get the snapshots
2010 Feb 26
2
[LLVMdev] RegisterScavenging on targets without subregisters
There's an assert at line 192, lib/CodeGen/RegisterScavenging.cpp that appears to get tripped on targets that don't have subregisters defined: bool SubUsed = false; for (const unsigned *SubRegs = TRI->getSubRegisters(Reg); unsigned SubReg = *SubRegs; ++SubRegs) if (isUsed(SubReg)) { SubUsed = true; break; }
2010 Feb 26
0
[LLVMdev] RegisterScavenging on targets without subregisters
Ugh. Management lobotomy kicked in. Need to RTFC better. On Thu, Feb 25, 2010 at 6:18 PM, Scott Michel <scooter.phd at gmail.com> wrote: > There's an assert at line 192, lib/CodeGen/RegisterScavenging.cpp that > appears to get tripped on targets that don't have subregisters defined: > > bool SubUsed = false; > for (const unsigned *SubRegs =
2010 Feb 26
2
[LLVMdev] RegisterScavenging on targets without subregisters
No, I wasn't having a management lobotomy moment. If the target's registers have no subregisters, SubUsed is false and the assert gets tripped. Ok, back to the original question: What was the original intent in this code (lines 186-193 in lib/CodeGen/RegisterScavenging.cpp)? -scooter On Thu, Feb 25, 2010 at 7:00 PM, Scott Michel <scooter.phd at gmail.com> wrote: > Ugh.
2001 Oct 13
0
animated cursor ??
Is there any support for animated cursors under RH7.1 ????
2008 Feb 27
4
Animated Cursor Support
Is there an easier way of getting animated cursors rather than having to re-compile the whole thing? I'm referring to Command & Conquer 3. I got it to work, but just no animated cursors. The patching referred to in this article: http://appdb.winehq.org/objectManager.php?sClass=version&iId=7440 gives me errors. So back to the original question.
2009 Mar 06
2
Hint to overcome the problem with animated cursors??
Hi I'm looking for a instruction (for dummies) about how to overcome the problem of invisible mouse pointers (animated cursors) that seem to be common amongs strategy games. (example: perimeter) I'm a newbie with linux and i've been spoiled by the point&click and plug&play usage of computers since Amiga 500 around 1987. :) kind regards - kimmok
2009 May 11
4
4Story charters, monsters, mounts are not animated
Hi, 4Story is free mmorpg game, some kind WoW clone. Its run fine but has really annoying bug reported here http://bugs.winehq.org/show_bug.cgi?id=17488 by Pat and confirmed by me and Irfan Adilovic. There is nothing going on around this bug since February. Its not random bug its rather solid ;) so maybe finding it and fixing wont be so hard. In addition, as I said before game is totally free so
2003 Nov 10
1
animated plot
Dear colleagues, Is there any way of saving an animated plot with R? For instance, any format that could be read by Microsoft windows media or whatever. Cheers, Jesus
2013 Mar 27
3
animated charts
Hello all! I want to create animated chart of temperature variation in last century. how can I do this with R? Thank you! -- --- Catalin-Constantin ROIBU Forestry engineer, PhD Forestry Faculty of Suceava Str. Universitatii no. 13, Suceava, 720229, Romania office phone +4 0230 52 29 78, ext. 531 mobile phone +4 0745 53 18 01 +4 0766 71 76 58 FAX: +4
2006 Nov 30
1
Digital Works 95: Problem with animated dashed lines on elements
I've installed the latest available wine [ebuild R ] app-emulation/wine-0.9.22 and have issues with Digital Works 95. this is an old tool we need for creating digital circuits at home. If I place an element in workarea it gets unvisible as long as I have marked it. If I release focus it appears again. In a real windows installation the elements have an animated dashed line around. I