merge2GOF: Merging 2, 4, or 6 GOF's into one graph

View source: R/04_GOFs.R

merge2GOFR Documentation

Merging 2, 4, or 6 GOF's into one graph

Description

Merging multiple GOFs (ggplot objects) into one graph with caption added as reurned by get.caption. Any legend present in first GOF is added to the combined graph.

Usage

merge2GOF(p1, p2, byrow = TRUE)

merge4GOF(p1, p2, p3, p4)

merge6GOF(p1, p2, p3, p4, p5, p6)

Arguments

p1

first ggplot object

p2

second ggplot object

byrow

combine plots side by side (TRUE) or one above the other (FALSE)

p3

third ggplot object

p4

4th ggplot object

p5

5th ggplot object

p6

6th ggplot object


nonmem2R documentation built on April 15, 2022, 1:05 a.m.