shoots_as_line: Lines for numbers of shoots

Description Usage Arguments Value

View source: R/explore_scatt_graph.R

Description

Plot a line for the number of shoots in the years of observation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
shoots_as_line(
  csv_high,
  csv_low = NULL,
  sp_names,
  state = NULL,
  plot_title = NULL,
  mute_ax_lab = FALSE,
  loged = FALSE,
  summed = FALSE,
  sp_summed = NULL,
  ...
)

Arguments

csv_high

Name of .csv file with data. No defaults.

csv_low

Name of second .csv file. Default to NULL

sp_names

A character vector with the names of the species of interest

state

Character. "g" - generative, "v" - vegetative, "v+j" - vegetative and juvenile. Which states should be selected. If NULL, all shoots will be selected. Dafault to NULL.

plot_title

The main title of the plot. No default.

mute_ax_lab

Boolean. Whether we should mute axis names to each indivdual scatterplot. Default to TRUE.

loged

Boolean. Whether the logarithm of number of shoots should be taken. Defaul to FALSE.

summed

Boolean. Whether the numbers of shoots for several species should be calculated. Default to FALSE.

sp_summed

A character vector with the names of the soecies which should be summed. Only if 'summed' parameter is TRUE. Default to NULL.

Value

ggplot2 object with line


daria71sukhova/teberda.tools documentation built on May 15, 2021, 10:20 p.m.