bio_plot | R Documentation |
Plot Data with Fitted Models
bio_plot( data, ..., facet = TRUE, line_col = "black", line_type = "solid", line_size = 0.8, line_alpha = 1, point_shape = 21, point_col = "black", point_alpha = 1, point_size = 1 )
data |
Tibble with nested columns of |
... |
Additional |
facet |
Logical, whether to apply |
point_size |
currently used facetting variables. |
ggplot2::ggplot()
object.
library(biochemr) Puromycin %>% bio_enzyme_rate(conc, rate, group = state) %>% bio_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.