knnst: 'knnst' Class

knnstR Documentation

knnst Class

Description

The knnst class contains all output after performing the knn space-time streamflow disaggregation

Details

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()

See Also

knn_space_time_disagg(), knnst_nsim(), knnst_index_years(), knnst_get_disagg_data()


rabutler-usbr/knnstdisagg documentation built on Sept. 14, 2023, 2:47 p.m.