plot_iso_r: Plot Isotopic Ratio

Description Usage Arguments Examples

View source: R/plot_iso_r.R

Description

Plots the changing corrected isotopic ratio over time

Usage

1
2
plot_iso_r(dat, g_title, g_subtitle, FUN = geom_jitter, x_pos = 3.35,
  y_pos1 = 0.83, y_pos2 = 0.3)

Arguments

dat

a data frame with ratio and week columns

g_title

title of the graph

g_subtitle

subtitle of the graph

FUN

plotting function, geom_jitter or geom_point

x_pos, y_pos1, y_pos2

x and y positions of the k and plateau values

Examples

1
plot_iso_r(df_g, g_title = "Protein", g_subtitle = "PEPTIDE")

tsoleary/proteomixr documentation built on July 19, 2019, 8:37 a.m.