Usage
rmsd( rmsdData, printLegend = TRUE, snapshotsPerTimeInt = 1000, timeUnit = "ns", rmsdUnit = "nm", colours = NA, names = NA, legendPosition = "bottomright", barePlot = FALSE, ... )
Arguments
rmsdData
List of (alterating) indices and rmsd values, as also produced by load_rmsd()
for example. printLegend
Boolean, which triggers plotting of the legend.
snapshotsPerTimeInt
Number, specifying how many snapshots are within one timeUnit
.
timeUnit
Specifies, which unit the x-axis is given in.
rmsdUnit
Specifies, which unit the y-axis is given in.
colours
Vector of colours used for plotting.
names
Vector of the names of the trajectories.
legendPosition
Indicate position of legend: either "bottomright
", "bottomleft
", "topleft
" or "topright
".
barePlot
Boolean, indicating whether the plot is to be made without any additional information.
...
Additional arguments (ellipsis).