similar to: Unexpected Gap in simple line plot

Displaying 20 results from an estimated 300 matches similar to: "Unexpected Gap in simple line plot"

2012 Dec 13
2
More efficient use of reshape?
Hi all, I have played a bit with the "reshape" package and function along with "melt" and "cast", but I feel I still don't have a good handle on how to use them efficiently. Below I have included a application of "reshape" that is rather clunky and I'm hoping someone can offer advice on how to use reshape (or melt/cast) more efficiently. #For this
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
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
2010 Nov 17
1
Problem downloading and opening netcdf file
I am trying to download and open an on-line netcdf file. I'm using Windows XP and R 2.11.1 Here's my script library(ncdf) link <- "http://ibis.grdl.noaa.gov/SAT/SeaLevelRise/slr/slr_sla_gbl_free_all_66.nc" dest <- "C:/temp/slr_sla_gbl_free_all_66.nc" download.file(url=link,destfile=dest) nc1 <- open.ncdf(dest) The file appears in my C:/temp
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, 13787, 13818, 13848, 13879, 13910, 13939, 13970,
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
2013 Apr 01
1
Any android source client for icecast ?
Here I leave some source client android for Icecast. There is one that works with mp3, one that works with OGG Vorbis and one more that works with Theora, I've only tried the MP3 and Ogg Vorbis, and have certain limitations but work well. Greetings. Aqu? dejo algunos clientes source android para Icecast. Hay uno que funciona con mp3, otro que funciona con OGG Vorbis y uno mas que funciona
2013 Mar 31
2
Any android source client for icecast ?
Hi just saw this today :a real icecast client on android ! Seems to have been published on november 2012 : https://play.google.com/store/apps/details?id=sa.broadcastmyself <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org <xmpp%3Afreechelmi at jabber.fr> 2012/8/24 Romain Beauxis
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
2011 Apr 21
3
make giss.tv as slave
Hi all there. I am trying to set up an icecast2 server (wich is already running) to send some stream mount point to another server. I mean, my server is streaming at /radio1.mp3 mount point. We can listen it at http://myserver:8000/radio1.mp3; so, i want to know if is there any way to "clone" that strem and send it to another server, such as http://giss.tv:8000/radio1.mp3 I have been
2011 Apr 21
7
repeater
Hi all there. I am trying to set up an icecast2 server (wich is already running) to send some stream mount point to another server. I mean, my server is streaming at /radio1.mp3 mount point. We can listen it at http://myserver:8000/radio1.mp3; so, i want to know if is there any way to "clone" that strem and send it to another server, such as http://giss.tv:8000/radio1.mp3 Thanks. --
2016 Apr 20
1
Use multiple cores on Linux
I am trying to run the following code in R on a Linux cluster. I would like to use the full processing power (specifying cores/nodes/memory). The code essentially runs predictions based on a GAM regression and saves the results as a CSV file for multiple sets of data (here I only show two). Is it possible to run this code using HPC packages such as Rmpi/snow/doParallel? Thank you!
2011 Feb 02
1
RE : a server that offers free icecast includes bandwidth for free
http://giss.tv/ is what you need ! Le 2 f?vr. 2011 20:26, "Timothy Clark" <timothyclark113 at gmail.com> a ?crit : folks- do any of you know of a sight that offers free icecast servers? I am looking for one that will also provide you with the bandwidth for your listeners as well. like maybe one that will let around 4 to 00 listeners be connected at the same time. any ideas?
2011 Feb 03
1
RE : a server that offers free icecast includes bandwidth for free
You should contact them on their irc channel , they will open the mountpoint for you I guess . Le 3 f?vr. 2011 00:18, Timothy Clark <timothyclark113 at gmail.com> a ?crit : > how would I get around the code also known as a capsha as I am a blind > individual.Thanks > On Wed, Feb 2, 2011 at 6:05 PM, michel memeteau > michel.memeteau at gmail.com> wrote: >
2013 Sep 27
1
gráficos de cotizaciones
Comparto totalmente la sugerencia de Carlos Ortega. Si aún así quieres gráficos de velas o gráficos OHLC el mejor paquete que puedes usar es uno de temas financieros: http://www.quantmod.com/ Ten en cuenta que en los mercados bursátiles tiene algún sentido usar ese tipo de gráfico ya que en la apertura y mayormente en el cierre diario se concentran operaciones. Me imagino que esto no es así con
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which area he wants to search. After clicking the submit-button the results get rendered but the previous selected area is no longer selected. <%= form.select (:suchfeld, [ [''Beschreibungen'',''description''], [''Headlines'',''headline'']] ) %> I was able to
2012 Feb 09
1
width and alignment of Latex table columns
Dear all, I'm using xtable package in order to produce Latex table. There is a way to specify not only the alignment but also the width of table colums?? Thanks for your attention.
2009 Dec 22
1
Using zoo() to aggregate daily data to monthly means
I am trying to get monthly means for a daily data series using zoo(). I have found an odd problem, that seems to be caused by zoo()'s handling of leap years. Here's my R script with 2 methods (freq=365, 366) for aggregating the daily data to monthly series: library(zoo) J_link <- "http://www.ijis.iarc.uaf.edu/seaice/extent/plot.csv" JAXA_data <- read.table(J_link,
2009 Jul 10
2
ogg theora book sprint
hey, Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write free manuals about free software and in August (10-15) we will hold Book Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We will write a really good manual (book) about Ogg Theora in 5 days. The event will be in Berlin. We want to cover a lot of stuff, but we hope to get our teeth into at least some of
2008 Jan 02
5
polymorphic assosciations - still the way in Rails 2.0.x
I store a lot of information concerning blogs, events, books, bla bla... So I have a lot of database tables including the same fields: url, user_id, subject, comment..... So I decided to use polymorphic assosciations. Is this still the prefered way in 2.0.x or does Rails 2.0.x offers me a easier, faster and more preferable way to do this? By the way, isn''t it much easier to do all the