View source: R/transformation.R
vascr_plot_resample | R Documentation |
Plot the data re sampling process
vascr_plot_resample(
data.df,
unit = "R",
frequency = "4000",
well = "A01",
newn = 20,
plot = TRUE,
rug = TRUE,
points = FALSE
)
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 |
A plot showing how well the resampled data conforms to the actual data set
vascr_plot_resample(growth.df)
vascr_plot_resample(growth.df, plot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.