growthfd.bgs.plotIndividuals: Plot all individual curves to pdf

View source: R/growthfd.bgs.R

growthfd.bgs.plotIndividualsR Documentation

Plot all individual curves to pdf

Description

Plots value, velocity and acceleration curves together with apvs and measured data points into separate figure for each individual. All plots are stored into a single pdf file, one figure per page.

Usage

growthfd.bgs.plotIndividuals(
  age,
  ids,
  apvs,
  values,
  vel,
  acc,
  data,
  filename = "plots.pdf"
)

Arguments

age

Vector of ages

ids

Vector containing ids

apvs

Vector containing apv for each individual

values

Matrix with acceleration curves

vel

Matrix with velocity curves

data

Matrix with original data points

filename

File name of the output pdf


ondrej-klima/growthfd documentation built on Jan. 4, 2023, 10:37 a.m.