Skip to contents

Create plot title

Usage

create_title(crop, seasons)

Arguments

crop

character. A crop of interest.

seasons

numeric. A vector of seasons.

Value

character. A title for the plot

Examples

if (FALSE) {
create_title("Corn", 2002)
create_title("Corn", 2002:2009)
}