[R] Raster:matrix rows as x dimension

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Dec 7 21:02:09 CET 2011



On 07.12.2011 16:13, senplanet wrote:
> Hello,
>
> I am new in R. I have problem to plot raster plot.
> My data file consists 24 columns and approximately 18000 rows.
> I would like to create some kind of hovmuller plot.
> so I did:
> r<- raster("test", package="raster")
> but it automatically uses columns for x-dimension and rows for y-dimension.
> Is there way to use rows as X and columns as Y?


Are you looking for ?t

Uwe Ligges


>
> --
> View this message in context: http://r.789695.n4.nabble.com/Raster-matrix-rows-as-x-dimension-tp4169292p4169292.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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-contained, reproducible code.



More information about the R-help mailing list