# NOT RUN {
## For an estimation with default setting
ThisPar = WACSestim(ThisData)
## For an estimation with max. 2 dry and wet weather types per season,
## and production of plots
ThisPar = WACSestim(ThisData, Nclusters = 1:2, plot.it = TRUE)
## For an estimation with exactly 2 dry and wet weather states per season,
## clustering on variables 3 and 5 only and no production of plots
ThisPar = WACSestim(ThisData, Nclusters = 2, Vsel = c(3,5))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab