Skip to content
Back to formatted view

Raw Message

Message-ID: <4EDFC641.5020509@statistik.tu-dortmund.de>
Date: 2011-12-07T20:02:09Z
From: Uwe Ligges
Subject: Raster:matrix rows as x dimension
In-Reply-To: <1323270793682-4169292.post@n4.nabble.com>

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.