if (FALSE) {
# The following examples expect that you have some data stored locally!
###########################################################
# generates 2 png's and 2 csv's, one for TERRA one for AQUA
arcStats(product="M.D13Q1")
# -"- with the specified countries
arcStats(product="M.D13Q1",extent=c("austria","germany","italy"))
# generates 1 png and 1 csv for AQUA
arcStats(product="MYD13Q1",begin="2005001",outName="MyDataStart2005")
# generates 1 png for AQUA for the selected area and plots it in 'Sinusoidal'
arcStats(product="MYD13Q1",begin="2005001",asMap=TRUE, outName="InteractiveSelection2005",
extent=getTile(), outProj="asIn")
# -"- and plots it in 'Geographic' Coordinates.
arcStats(product="MYD13Q1",begin="2005001",asMap=TRUE, outName="InteractiveSelection2005",
extent=getTile(), outProj="GEOGRAPHIC")
}
Run the code above in your browser using DataLab