python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to change raster projection in R
I have a raster object in R. I know is a raster because when I do
class(pres_kriged_rst)
I get
[1] "RasterLayer"
attr(,"package")
[1] "raster"
Also, if I "look&quo...

Cinghio
Votes: 0
Answers: 1
How to shift index into "recognisable format" in R?
I have a dataframe that looks like this, and would like to convert the left-most column into an actual index, with the label "id".
I tried to rename it with colnames<- but it didn't work...
codinggirl123
Votes: 0
Answers: 2
plot 4 points on a raster grid in R
I have four points that represent the locations of four air quality monitoring stations. These four stations have the following parameters.
Station Lat Long
1 Toronto Downtown 43....

Priya Patel
Votes: 0
Answers: 1
Plot raster by nrow and ncol (dimensions) in R
I'm having trouble finding documentation on how to change the x and y axes from coordinates (extent) to nrow and ncol (dimension). When I plot a raster:
r1 <- raster(ncol=10, nrow=10, crs="EPS...

estebangatillo
Votes: 0
Answers: 2