prices.zoo | R Documentation |
Get parameter files from efforts-abm folder
prices.zoo(
start.date = as.Date("1960-01-01"),
end.date = as.Date("2020-01-01")
)
start.date |
start date of time series in format as.Date("yyyy-mm-dd") |
end.date |
end date of time series as.Date("yyyy-mm-dd") |
Loads monthly price data for the selected crop from the included data file prices.wb. The prices are then converted into an zoo object. Price data has been stored within the package and was downloaded from World Bank Data on March 3rd, 2020. Prices for Oilpalm and Rubber were extracted and converted to prices in Dollar per ton from the Pink Sheet data (World Bank).
a zoo object with price time series
## Not run:
prices.zoo()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.