Re: [R] Raster:matrix rows as x dimension

2011-12-07 Thread Uwe Ligges
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 fo

[R] Raster:matrix rows as x dimension

2011-12-07 Thread senplanet
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.