evolution_plot_area {GREENeR}R Documentation

Evolution plot area

Description

This function blah, blah, blah....

Usage

evolution_plot_area(
  annual_data,
  new_data,
  title_plot = NULL,
  xaxis.title = NULL,
  yaxis.title,
  x,
  y,
  colour = NULL,
  wrap = NULL
)

Arguments

annual_data, new_data

data frame.

title_plot

character. The plot title

xaxis.title

character. The title of x axis

yaxis.title

character. The title of y axis

x

character. The name of variable in data to represent in x axis

y

character. The name of variable in data to represent in y axis

colour

character. The name of variable in data to represent colour

wrap

character. The name of variable in data to represent wrap

Value

A plot


[Package GREENeR version 1.0.0 Index]