manaus_ts | R Documentation |
This dataset, manaus_ts, is a univariate time series of monthly average river heights of the Rio Negro at Manaus. The series contains 1080 observations spanning 90 years, from January 1903 to December 1992. Each value represents the monthly average of the daily stages (heights) of the Rio Negro. Manaus is located 18 km upstream from the confluence of the Rio Negro with the Amazon River, and due to the minimal slope and flatland affluents, the measurements can be considered a good approximation of the water level at the confluence.
data(manaus_ts)
A univariate time series of class ts
with 1080 monthly observations from 1903 to 1992:
Monthly average river heights (numeric)
The dataset name has been kept as 'manaus_ts' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'ts' indicates that the dataset is a time series object. The original content has not been modified in any way.
Data taken from the boot package version 1.3-31
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.