Problem
A. Read the csv file from the attachments. Save it to a data frame called Forest.
B. For the whole dataset, reorder factor levels of month to be from Jan to Dec.
C. Add one column to the data indicating whether a fire occurred for each observation ('TRUE' for area>0 and 'FALSE' for area==0).
D. What is the mean area/wind/temp/RH per month?
E. How many observations are there in each month? Visualize by using a barplot in descending order. (10 points) Relevant API 1 Relevant API 2
F. How many observations are there with burned area greater than zero in each month? Visualize by using a barplot in descending order.
Attachment:- forestfires.rar