It should be min(X,Y) to max(X,Y)
6.5 -1.25 10.2804
6.5 -1.21717 10.3285
etc
No value must decrease in subsequent records. I need the data in R which requires incremantal X, Y ordering.
I sorted phi and psi individually in Xmgrace and plotted two histograms. That is how I obtained the individual data.
However, I would not like to look at the occurrence of dihedral pairs (phi, psi) and see the distribution of the pair.
My data looks like this:
frame phi psi
0 68.466774...
I currently have data of this form
frame number phi psi
1 -87 65
2 -65 45
3 ... ...
4
5
...
Now, I can sort this data so that phi, psi values are ordered (from -180 to 180) and then convert this data to a histogram of...
Hi, I wish to apply the following script to histogram a set of data I have
http://www.perlmonks.org/?node_id=663280
However, when I run the script in the terminal I get the following error.
user$ perl histogram
Bareword "mxs" not allowed while "strict subs" in use at histogram line 30...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.