Description Usage Arguments Value Examples
This function plots square root fluorescence versus elapsed time with fitted segmented regression lines for each well on a well plate.
1 2 3 |
database_rfu |
dataframe containing the columns "Plate", "Well", "Elapsed.Time.m", and "RFU". Can be generated by the user, or by running the import functions on raw data files. |
database_fits |
dataframe containing the segmented regression parameters that will be used to calculate sinking rate. Generated by running sink_fit(). |
size |
point size. |
shape |
point shape. |
colour |
point outline colour. |
fill |
point fill colour. |
shared_int |
whether lines for each segment should be plotted with their respective y-intercepts (the default), or if the intercept of the first segment should be used for all lines. |
line_1 |
line colour of first segment. |
line_2 |
line colour of second segment. |
line_3 |
line colour of third segment. |
export_output |
whether the resulting dataframe should be exported to .csv. |
save_as |
desired filename, if results are to be exported. |
Plots of square root fluorescence (sqrt(RFU)) versus elapsed time for each well on a well plate, with segmented regression lines. Either exported to .pdf or appear in the plot viewer.
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.