Displaying 20 results from an estimated 8000 matches similar to: "nice time series viewer?"
2010 Oct 23
1
Golden Software - Grapher 8
Hi everyone,
I installed Golden Software Grapher 8 on wine 1.3.4. The installation ends with an error message which I think is not a problem. The program starts automatically after the installation and it seems to work flawlessly.
Awkwardly, the program doesn't work anymore after the first time, it runs but it's window cannot be controlled in any way. I got the following messages:
2006 Jun 29
6
Real time traffic Grapher
hi all :)
anyone knows some Real time traffic grapher application ?
faster than mrtg , im not looking for web based ones ...
--
You will soon forget this.
2006 Dec 21
2
Drawing a 3-D plot for PCA?
Hi All,
Can anyone point me a hint (package) how to draw a 3D plot using the first 3
components from PCA?
Thanks a lot,
FD
[[alternative HTML version deleted]]
2007 May 16
3
Filled step-function?
Hello,
I'd like to generate a filled step-function in R as you can see in the
attachement (image is generated by grapher, but I need a freely
available alternative). The problem is, that I don't know, how to fill
it up. My code right now looks like this:
pH <- c(0,6.1,6.1,6.3,6.6,7.3,0)
Tiefe <- c(0,0,10,40,80,120,10)
plot(pH,Tiefe,type="s",main="Tiefenfunktion
2011 Dec 07
6
nice report generator?
Hi all,
I am looking for recommendations/pointers about best report generator you
think that are currently available?
i.e. the package that can help turn console output into nice-looking neat
report to send to bosses?
thanks a lot!
[[alternative HTML version deleted]]
2007 Sep 22
1
Job trend cross-over for Ruby/Rails and Java combo
See the graph at
http://tinyurl.com/35rnx4
For some time, I''ve been watching the three combinations
ruby + rails,
ruby + developer,
java + hibernate + tomcat
using the www.indeed.com job-trend grapher.
They have (after a long climb), finally reached parity.
Of course, you can pick different combinations and get entirely
different results.
-- Mike Berrow
--
Posted via
2011 Dec 22
1
Trying to use chartSeries in quantmod
> colnames = c("date","price")
> data = read.csv(file="data.csv", sep=",", header=F, nrows=261, skip=5, col.names=colnames)
> library(quantmod)
> data
date price
1 2011-12-18 13.7825
2 2011-12-11 13.5500
...
...
...
259 2007-01-07 10.8256
260 2006-12-31 10.8531
261 2006-12-24 10.8169
# Here's where I would like to use
2010 Aug 15
2
Adding colored background area to a time series plot
Hi,
I am trying to add a rectangular colored background area to a plot of a time series of relative price changes. I believe that what I'm trying to do is very similar to the question and example given here:
http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg73948.html
http://www.mayin.org/ajayshah/KB/R/html/g5.html
My problem/difference is that my time series looks like so:
>
2005 Jun 21
3
R-help
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
Is there a function in R that is an equivalent of zoom in matlab? This is
very useful for being able to magnify details in a plot.
I have searched the help for "zoom", "interactive zooming", and "magnify".
The R search
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
This is only a minor annoyance, but mouse wheel zooming on LNT graphs is pretty broken on at least OSX. It does not work correctly on Chrome, Safari or Firefox. On Safari and Chrome the zoom is way to sensitive, on Firefox, the page scrolls while mouse wheel zooming. This appears to be a limitation of the flot graphing package we use.
Does LNT’s mouse wheel zooming work better for people Linux
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
On 9 May 2014 11:55, Yi Kong <kongydev at gmail.com> wrote:
> That's odd. Zooming works great on my machine using Chrome and Firefox on both
> Windows and Linux.
Works as in "it zooms", but I personally hate it zooming on mouse
wheel, since it changes the behaviour of the browser depending where
the cursor is, which for me is just bad design. I'd rather it worked
2008 Oct 24
1
movie3d function in the rgl package
Dear list,
I'm using the function "movie3d" in the package "rgl" to create a .gif
animation of a 3d graphic. The program "ImageMagik" is working
properly, R packages are working, basic examples available in the
manual also working fine.
Problem Solved: when I tried to create more complex movies, i.e.
combining different views and zooming, the R-console crashed
2009 Jan 22
3
how to study the lead and lag relation of two time series?
Hi all,
Is there a way to study the lead and lag relation of two time series?
Let's say I have two time series, At and Bt. Is there a systematic way
of concluding whether it's A leading B or B leading A and by how much?
Thanks!
2011 Oct 20
4
quantmod package
i am new to the quantmod package . so if the answer is trivial please excuse
me. i want to study stock values within a day. i get current stock updates
using getQuotes and then want to produce usual quantmod graphs with that
values. also the graph should be able of adding technical indicators. please
help. in addition it will be helpful if anyone suggests how to run that code
continuously to get
2011 Apr 29
1
Handling of irregular time series in lineChart
Hi,
I realized that when I have irregular series to feed into lineChart,
the interval of each point in the chart does not seem to take care of
irregular time interval I specified in my input xts time series. But
rather, lineChart seems to take each point as equal spaced time
series. For example, I have the following code:
library(quantmod)
options(digits.sec=3)
t0 <-
2007 Mar 18
2
Problem Loading rggobi package
After installing rggobi, I get the following error when I try to load it:
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: RGtk2
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2009 May 08
3
'Dynamic' 3D plot
Hi,
I am looking for a R package to draw 3d plot. But not in a static way like scatterplot3d or stuff like that. I would like to make rotate the plot, to zoom/unzoom etc..., actually to render the graph 'dynamic'... (for the biologist and bioinformatician, a R package which permitts to reproduce what pdb viewer does).
Does a Way exist to do something like that in R ?
Thanks,
2011 Dec 06
4
how to view/edit large matrix/array in R?
head, tail and fix commands don't really work well if I have large
matrix/array for which I would like to be able to scroll up and dow, left
and right ...
Could anybody please help me?
Thanks
[[alternative HTML version deleted]]
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
Hi R users.
I am experimenting with ubuntu 7.04 Feisty.
I install the ggobi package with apt-get.
I got almost all the packages, but
when I try to obtain rggobi, I got
this message:
-------------------------------------------------------------------------------------------------
install.packages("rggobi")
Aviso en install.packages("rggobi") : argument 'lib' is
2011 Jan 25
3
Failing to install {rggobi} on win-7 R 2.12.0
Greetings all,
I am failing to install the package rggobi on windows 7 with R 2.12.0.
On R 2.11.1, the package was installed fine.
I asked for help on the rggobi google group 4 days ago, and didn't receive
any help, so I was wondering if someone here might have a suggestion.
Here are the details:
-----------------------------------
I am having a similar (bot not exact) problem as Tom had