Usage
rmsf( rmsfData,
printLegend = TRUE,
rmsfUnit = "nm",
colours = NA,
residuewise = FALSE,
numberXLabels = 7,
names = NA,
range = NA,
barePlot = FALSE,
... )Arguments
rmsfData
List of (alterating) atom numbers and rmsf values, as also produced by MDplot::load_rmsf() for example.
printLegend
Boolean, which triggers plotting of the legend.
rmsfUnit
Specifies, which unit the y-axis is given in.
colours
Vector of colours used for plotting.
residuewise
Boolean, specifying whether atoms or residues are plotted on the x-axis.
numberXLabels
Specifies, how many ticks are used on the x-axis.
names
Vector of the names of the trajectories.
range
Range of residues to be plotted.
barePlot
Boolean, indicating whether the plot is to be made without any additional information.
...
Additional arguments (ellipsis).