evolution_plot: Evolution plot

View source: R/rgreen_plots.R

evolution_plotR Documentation

Evolution plot

Description

This function plot the evolution of the data

Usage

evolution_plot(
  data,
  title = NULL,
  xaxis.title = NULL,
  yaxis.title,
  x,
  y,
  colour = NULL,
  wrap = NULL
)

Arguments

data

data frame.

title

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

No return value, called for the side effect of drawing a plot


GREENeR documentation built on Nov. 17, 2023, 1:06 a.m.