RMSD plot per time

Issue #859 resolved
zeinab masoomi created an issue

Hi. I made an RMSD plot per frame but I need a plot per time, can I plot it with bio3d?

Comments (2)

  1. Xinqiu Yao

    My understanding is that you want to convert frame No.s to time, right? It should be easy to convert by providing a proper x variable. For example, x <- seq(0, T, T/N), where T is the total simulation time and N is the total number of frames. Then, plot(x=x, y=rmsd, ...).

  2. Log in to comment