# Loading mandatory data for the Example 'Climate Normal Grid'
data(inp_exClnrGrid)
# Predict the 'forest-steppe' ecotone (using the related bioclimatic indices),
# with default settings, for Csongrad-Csanad County (for the normal period 1981-2010)
with(inp_exClnrGrid, {
year <- trunc(mean(seq(1981, 2010)))
rs.fsp1 <- cliForestSteppeGrid(temp, prec, verbose = TRUE)
rs.fsp1
})
# \donttest{
# Predict the 'forest-steppe' ecotone (using the related bioclimatic indices),
# with default settings, for Csongrad-Csanad County (for the normal period 1981-2010)
with(inp_exClnrGrid, {
year <- trunc(mean(seq(1981, 2010)))
rs.fsp2 <- cliForestSteppeGrid(temp, prec, bsdf, elv, sc.year = year, verbose = TRUE)
rs.fsp2
})
# }
Run the code above in your browser using DataLab