| knnst | R Documentation |
knnst ClassThe knnst class contains all output after performing the knn space-time
streamflow disaggregation
The knn space-time disaggregation is performed by knn_space_time_disagg().
The knnst object contains all of the monthly data for the specified
number of simulations. The index_years that were selected for each
simulation are also stored in the knnst object.
The data in the knnst object can be accessed through the following
functions:
knnst_get_disagg_data() returns the disaggregated data
knnst_nsim() will return the number of simulations, while
knnst_index_years() will return all of the selected index years.
knnst objects can be converted to a data.frame: as.data.frame.knnst()
knn_space_time_disagg(), knnst_nsim(), knnst_index_years(),
knnst_get_disagg_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.