table_default: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
table_default(number_decimal_places, functional_group, results_folder_path,
  pdf_path, pdf.height, pdf.width, first_year_hindcast, first_year_forecast,
  first_year_selection, second_year_selection, third_year_selection, blim, bpa,
  area, scale)

Arguments

number_decimal_places

The number of decimal places to display in the table

functional_group

The function group that the table is being created for

results_folder_path

The path to the folder holding the results csvs and folders

pdf_path

The path to where to save the pdf

pdf.height

The pdf height

pdf.width

The pdf width

first_year_hindcast

The actual first year of the hindcast e.g. 1990

first_year_forecast

The actual first year of the forecast e.g. 1990

first_year_selection

The actual first year of the selection e.g. 1990

second_year_selection

The actual second year of the selection e.g. 1990

third_year_selection

The actual third year of the selection e.g. 1990

blim

The blim for the given functional group

bpa

Bpa for the given functional group

area

The area of the EwE model

scale

A scaling parameter, e.g. setting to 1000 it will divide the output values by 1000

Examples

1
2
3
4
5
6
table_default(number_decimal_places = 4, functional_group = "AdCod",
results_folder_path = "C:/Users/Mark/Box Sync/Baltic - Stockholm/Results-and-plots-2017-09-08/Results/",
pdf_path = "C:/Users/Mark/Desktop/Plots/", pdf.height = 2, pdf.width = 17,
first_year_hindcast = 1990, first_year_forecast = 2000, first_year_selection = 2010,
second_year_selection = 2012, third_year_selection = 2015,
blim = 0.4, bpa = 0.5, area = 240000, scale = 1000)

MarkPlatts/mser documentation built on May 29, 2019, 2:32 p.m.