Description Usage Arguments Value Examples
View source: R/PLOT-fits-legacy.R
This function plots a parameter of the deconvolution for all frames in the fit.
1 2 | plot_parameter(fit, parameter_name, pch = 4, cols = c("forestgreen",
"blue", "magenta", "cyan", "orange", "brown"), show_axes = TRUE)
|
fit |
The fit object |
parameter_name |
The name of the parameter to plot |
pch |
The character to use for points (3 = + , 4 = x , 16 = filled circle etc.) (see |
cols |
Colours for the parameters |
show_axes |
(TRUE / FALSE) Should plot axes & labels |
None
1 | plot_parameter(fit, "height")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.