Learn R Programming

vascr (version 0.1.4)

vascr_plot_resample: 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
)

Value

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

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

Examples

Run this code
vascr_plot_resample(growth.df)
vascr_plot_resample(growth.df, plot = FALSE)


Run the code above in your browser using DataLab