[R] multiple graphs

2007-07-26 Thread Daniele Amberti
Does anyone have a simple explanation and example on how to add histograms or 
barcharts to an other graph like in the example at the R-graph gallery:

http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109

looking at the code I'not undertand very well how to add graphs in 
arbitrary/clever position with an adequate scale.

If somebody have a simplier example with explanations it will be highly 
appreciate.

Best
Daniele


--
Scegli infostrada: ADSL gratis per tutta lÂ’estate e telefoni senza canone 
Telecom

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] get.hist.quote problem yahoo

2007-02-09 Thread Daniele Amberti
I have functions using get.hist.quote() from library tseries.

It seems that something changed (yahoo) and function get broken.

try with a simple

get.hist.quote('IBM')

and let me kow if for someone it is still working.

I get this error:
Error in if (!quiet  dat[n] != start) cat(format(dat[n], time series starts 
%Y-%m-%d\n)) : 
missing value where TRUE/FALSE needed

Looking at the code it seems that before the format of dates in yahoo's cv file 
was not iso.
Now it is iso standard year-month-day

Anyone get the same problem?


--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada9feb07

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] get.hist.quote problem yahoo

2007-02-09 Thread Daniele Amberti
I have functions using get.hist.quote() from library tseries.

It seems that something changed (yahoo) and function get broken.

try with a simple

get.hist.quote('IBM')

and let me kow if for someone it is still working.

I get this error:
Error in if (!quiet  dat[n] != start) cat(format(dat[n], time series starts 
%Y-%m-%d\n)) : 
missing value where TRUE/FALSE needed

Looking at the code it seems that before the format of dates in yahoo's cv file 
was not iso.
Now it is iso standard year-month-day

Anyone get the same problem?


--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada9feb07

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] get.hist.quote problem yahoo

2007-02-09 Thread Daniele Amberti
I have functions using get.hist.quote() from library tseries.

It seems that something changed (yahoo) and function get broken.

try with a simple

get.hist.quote('IBM')

and let me kow if for someone it is still working.

I get this error:
Error in if (!quiet  dat[n] != start) cat(format(dat[n], time series starts 
%Y-%m-%d\n)) : 
missing value where TRUE/FALSE needed

Looking at the code it seems that before the format of dates in yahoo's cv file 
was not iso.
Now it is iso standard year-month-day

Anyone get the same problem?


--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada9feb07

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.