plot_summary_raw_v01: Plot summary functions raw V01 (Deprecated)

View source: R/rTEM_deprecated.R

plot_summary_raw_v01R Documentation

Plot summary functions raw V01 (Deprecated)

Description

Plot the observed value with envelopes for expected values for summary function

Usage

plot_summary_raw_v01(
  func = "K",
  observed_values,
  envelopes,
  ...,
  pattern.colors = c(`95.0% AI` = "pink", Median = "black", Observed = "blue"),
  fill.colors = pattern.colors,
  unit = "nm",
  K_cor = "trans",
  G_cor = "km",
  F_cor = "km",
  GXGH_cor = "km",
  GXHG_cor = "km"
)

Arguments

func

Summary function to plot

observed_values

observed summary function value

envelopes

theoretical values found by function such as 'calc_summary_funcs().' Should be list

pattern.colors

colors and names for envelope lines

fill.colors

colors and names for envelope fill. Match names to 'pattern.colors'

K_cor

edge correction(s) to be used for K function

G_cor

edge correction(s) to be used for G function

F_cor

edge correction(s) to be used for F function

GXGH_cor

edge correction(s) to be used for GXGH function

GXHG_cor

edge correction(s) to be used for GXHG function


rolandrolandroland/rTEM documentation built on March 29, 2025, 2:17 p.m.