| pesticides | R Documentation |
Statistics on the use of major pesticide groups and relevant chemical families. Data Type: pesticides use. Category: Environments. Creation Date 2024.
data(pesticides)
A list of time series.
Series are named by country with _pesticides suffix; values are annual usage amounts.
FAO. 2024. FAOSTAT: Pesticides Use. RP_e_README_Domain_Information_2024. FAOSTAT Pesticides Use Database
# Load pesticides list and plot one series
data(pesticides)
# pesticides <- loadfulldata(pesticides)
series <- pesticides[[1]]
ts.plot(series, ylab = "tonnes", xlab = "Year", main = "Pesticides example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.