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?
-- 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@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.