search for: chartsgraphs

Displaying 16 results from an estimated 16 matches for "chartsgraphs".

2010 Jan 06
1
Working with source file
I am trying to build an easy to use climate data analysis tool kit that will let non-R users run my detailed r script with minimum R learning curve effort. Here's an example: link <- "http://chartsgraphs.wordpress.com/files/2010/01/nsidc_trend_plot_2.doc" source(link) This lets user run my R script stored at site 1 and work with data stored at site 2 without having to worry about links, R script details or downloading anything. They get the plot. What if they'd like to see R script or se...
2009 Sep 11
1
Simple time series questions
I'm sure this is a really simple problem, but I've spent hours digging and I keep running into roadblocks. I'm trying to get a simple chart with three time series. Similar to the attached example http://www.nabble.com/file/p25398419/Excel%2Bchart%2Bexample.pdf Excel+chart+example.pdf , something that was quite easy to do in Excel, except that I need a log y-axis: something that R
2011 Jan 21
2
Unexpected Gap in simple line plot
...c >1982 & cts$yr_frac <1983) small[,c(1,3)] The same problem occurs in the other data vectors (HAD, NOAA, RSS, UAH, etc) I have not been able to figure why I am getting the gap and how to show a continuous line through May, 1982 data points. Any suggestions? D Kelly O'Day http://chartsgraphs.worpress.com http://chartsgraphs.wordprss.com -- View this message in context: http://r.789695.n4.nabble.com/Unexpected-Gap-in-simple-line-plot-tp3228853p3228853.html Sent from the R help mailing list archive at Nabble.com.
2010 Feb 25
3
R and Wordpress
Dear R helpers, I have a question regarding wordpress and R. I have asked this question in Wordpress support ( http://wordpress.org/support/topic/368312 ) but there is no answer so far, maybe the R community can have a better answer. I followed the excellent tutorial on r-statistics-blog ( http://www.r-statistics.com/2010/02/r-syntax-highlight-on-your-blog-a-wordpress-plugin/ ) to enable syntax
2009 Oct 09
2
Creating a Clustered-Stacked Column Chart
Hi all, In R, is there some functions or ways to create a Clustered-Stacked Column Chart as the example in the following page http://peltiertech.com/Excel/ChartsHowTo/ClusterStack.html? I have browsed the R Graph Gallery (http://addictedtor.free.fr/graphiques/) and searched the R site, and didnot find an appropriate method to do it. Anybody has met this problem before? Thanks a lot.
2009 May 14
2
How to do a pretty panel plot?
The pretty picture that I saw at: http://chartsgraphs.wordpress.com/2009/02/09/r-panel-chart-beats-excel-chart/#more-1096 inspired me to try something similar. The code that I wrote is: ------snipsnip--------------------------------------------------------------------- M <- structure(list(date = structure(c(13634, 13665, 13695, 13726, 13757, 1378...
2013 Sep 27
1
gráficos de cotizaciones
...ese paquete: http://www.perdomocore.com/2012/using-ggplot-to-make-candlestick-charts-alpha/ Aunque en tu caso vería como mejoran la calidad informativa del gráfico los geom de ggplot2 boxplot y violin. Insistiendo con la sugerencia de Carlos, te paso un link que puede ser de tu interés. http://chartsgraphs.wordpress.com/2008/11/18/boxplots-r-does-them-right/ Espero te sirva, Daniel Merino El 27 de septiembre de 2013 08:45, Carlos Ortega <cof@qualityexcellence.es>escribió: > Hola, > > Una opción más adecuada que representar max, min y media podría ser > utilizar un boxplot y r...
2010 Jan 30
3
iterative regressions, adding a new line of data each time
Hi, I am pretty new to R. I'm trying run a regression repeatedly, adding a new data point each time, and then storing the predicted Y values. For example, let's say I have 500 data points and I run the regression. I would then like to store the Y value, run the regression again using 501 data points, store the new Y, run the regression with 502 data points, store the Y, and so on. What I
2009 Dec 07
2
Are there free R webinar recordings somewhere ?
Hi all, A friend just sent me this: http://www.mathworks.com/company/events/webinars/index.html?id=&language=en <http://www.mathworks.com/company/events/webinars/index.html?id=&language=en>And asked me if there is something of the like in the R community. Does anyone know of such a think ? Cheers, Tal ----------------Contact
2011 Jan 21
5
User input in R program
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 version deleted]]
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
Hello dear R help members (and also Yihui and Romain), There are currently 28 R bloggers (out of the 117 R-bloggers<http://www.r-bloggers.com/>I know of) that are using wordpress.com for publishing their R code (and I suspect this number will increase with time). WordPress.com doesn't support R syntax highlighting, nor can it be embedded from other services (like gist
2010 Nov 01
6
Plots inside a Plot
hi, is it possible to draw a plot inside another plot f.e in the upper right corner. I do not mean the possbility par(mfrow = c(2,2). Kind Regards Knut
2013 Sep 27
3
gráficos de cotizaciones
Buenos días: Me gustaría representar gráficamente datos horarios de temperaturas máximas, medias y mínimas. Hasta ahora he utilizado los gráficos de cotizaciones de Excel, ¿podría hacer algo similar con R?. En ggplot2 he visto los gráficos ribbon pero creo que no son lo que necesito ya que necesitan una especie de intervalo de confianza y yo lo que tengo son datos puntuales con su máxima y su
2011 Jul 28
2
Animated gif or something similar in R?
I'm have a (minor) problem and a question. Problem: The following code creates 5 clusters of dots of different colors. However, I need the second call outside the data.frame call to get the colors to change for some reason. I assume there's an error in the data.frame() call, but I don't know what. Question: Is there is a way to cause the resulting graphic to rotate on it's
2010 Mar 12
4
Form using R
Hi, R users We can create a form using R? I would like to create a form where the information can be read by R. Itneeds to be updated daily because I have to tabulate the reasons for delays in the generation of numerical models products. I really appreciate any help, Thanks in advance, Nilza Barros [[alternative HTML version deleted]]
2011 Jan 22
0
how to call BayesX in R to see the graph
...Content-Type: text/plain; charset=us-ascii Christian Have you looked at the http://www.stats.gla.ac.uk/~adrian/rpanel/<http://www.stats.gla.ac.uk/%7Eadrian/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/ link -- View this message in context: http://r.789695.n4.nabble.com/User-input-in-R-program-tp3229515p3229738.html Sent from the R help mailing list archive at Nabble.com. ------------------------------ Message: 24 Date:...