create_title.Rd
Create plot title
create_title(crop, seasons)
character. A crop of interest.
numeric. A vector of seasons.
character. A title for the plot
if (FALSE) { create_title("Corn", 2002) create_title("Corn", 2002:2009) }