Hi fellows,
My name is Jackson.
I have 2 questions. I am gratful for any help for anyone.
----------------------
*Question 1*
Regarding extracting multiple mean from long raster file.
I want to reduce 6000 layers (1 per month) to 500 (1 per year)
library(raster)
Warning message:
In ind[] <- indices :
number of items to replace is not a multiple of replacement length
#Why do I get this warning message? My raster has 6000 layers, so my
indices should work, or not?
---------------------------
*Question 2*
how could rename my layers combining years and months ?
For example?
Layer 1 should be TS20$10200.Jan
Layer 2 should be TS20$10200.Feb
...
Layer 6000 should be TS20$9701.Dec
In the end I will calculate seasonal mean. So, this is why I would like to
rename them.
Thank you all,
Jackson