Fig3.5: Reproduce Figure 3.5

View source: R/gam-snr.R

Fig3.5R Documentation

Reproduce Figure 3.5

Description

Reproduces Figure 3.5 from the book; if you specify any options, your results may look different.

Usage

Fig3.5(
  out,
  parlist = list(mfrow = c(1, 2), mar = c(5, 5, 1, 0.5), oma = c(0, 0, 3, 0))
)

Arguments

out

Output of Ex3.1()

parlist

List of arguments to pass to par()

Examples

out <- Ex3.1(N=3)
Fig3.5(out)

pbreheny/hdrm documentation built on Jan. 17, 2024, 8:53 p.m.