[R] ggplot with geom_tile

2011-12-09 Thread Pelt van, Saskia (KNMI)
=dis)) + scale_fill_gradientn(colours=cols) ### This creates the plot that I want, but with white horizontal and vertical lines that I do not need. I have tried different things, but have not found the solution. Can you help me with this problem? Kind regards, Saskia van Pelt

Re: [R] ggplot with geom_tile

2011-12-09 Thread Pelt van, Saskia (KNMI)
attached packages: [1] ggplot2_0.8.9 proto_0.3-9.2 reshape_0.8.4 plyr_1.6 loaded via a namespace (and not attached): [1] digest_0.5.1 tools_2.13.1 Thank you in advance! Kind regards, Saskia From: Hiemstra, Paul (KNMI) Sent: Fri 09/12/2011 12:23 To: Pelt van

Re: [R] ggplot with geom_tile

2011-12-09 Thread Pelt van, Saskia (KNMI)
, Saskia From: Frederic Andrieu [mailto:fandr...@mango-solutions.com] Sent: Fri 09/12/2011 12:43 To: Pelt van, Saskia (KNMI) Cc: r-help@r-project.org; Hiemstra, Paul (KNMI) Subject: RE: [R] ggplot with geom_tile Dear Saskia, If you mean the grid lines around

[R] making dataframes

2011-03-16 Thread pelt
. Is there an easy way to do this? Thank you for your help, Kind regards, Saskia van Pelt __ R-help@r-project.org 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

[R] : plot different axis, same plot position

2010-11-17 Thread Pelt van, Saskia (KNMI)
want this because the x values have no explanatory meaning (Gumbel variates), while the T values (return period) have, so I can use it to communicate what is happening in this graph. I hope somebody can help me with this. Kind regards, Saskia van Pelt

[R] spatial plots maps-ssplot

2010-11-02 Thread pelt
=T) map('worldHires', xlim = c(minlon, maxlon), ylim = c(minlat, maxlat), add = T, col = darkgrey,wrap=T) Regards, Saskia van Pelt __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] - combining lists

2010-08-12 Thread pelt
Hi all, I have used this library to create a (360 day)calendar for my rainfall data (which is divided over 9 gridcells): ## CODE## library(udunits) utInit() calendar - att.get.nc(nc,'time','calendar') T - var.get.nc(nc,time) times.list - utCalendar(T,days since

[R] 360-day calendar-netcdf

2010-07-27 Thread pelt
? Thank you in advance. Kind regards, Saskia van Pelt __ R-help@r-project.org 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