vascr_plot_resample: Plot the data re sampling process

View source: R/transformation.R

vascr_plot_resampleR Documentation

Plot the data re sampling process

Description

Plot the data re sampling process

Usage

vascr_plot_resample(
  data.df,
  unit = "R",
  frequency = "4000",
  well = "A01",
  newn = 20,
  plot = TRUE,
  rug = TRUE,
  points = FALSE
)

Arguments

data.df

Dataset to analyse

unit

Unit to use, defaults to R

frequency

Frequency to use, defaults to 4000

well

Well to use, defaults to A01 (or first well in plate)

newn

New number of timepoints to compare to current

plot

Return a ggplot or the underlying data. Defaults to TRUE, returning the plot.

rug

Show rug lot, defaults true

points

Show points, defaults to false

Value

A plot showing how well the resampled data conforms to the actual data set

Examples

vascr_plot_resample(growth.df)
vascr_plot_resample(growth.df, plot = FALSE)



JamesHucklesby/vascr documentation built on April 3, 2025, 2:23 p.m.