vascr_plot_line_dunnett | R Documentation |
Create a line plot with Dunnett's statistics
vascr_plot_line_dunnett(
data.df,
unit = "R",
frequency = 4000,
time = 100,
reference = "0_cells + HCMEC D3_Line"
)
data.df |
A vascr dataset |
unit |
Unit to calculate |
frequency |
Frequency to calculate from |
time |
Time to calculate |
reference |
Sample to reference testing against |
A line plot, annotated with the P-values determined by Dunnett's test
vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = 25,
reference = "0_cells + HCMEC D3_Line")
vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = list(25,100),
reference = "0_cells + HCMEC D3_Line")
vascr_plot_line_dunnett(growth.df, unit = "R", frequency = 4000, time = 180,
reference = "20,000_cells + HCMEC D3_Line")
data.df = growth.df
unit = "R"
frequency = 4000
time = 50
reference = "5,000_cells + HCMEC D3_line"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.