http://users.mccammon.ucsd.edu/~bgrant/bio3d/user_guide/user_guide.html#example
Some Beginner Examples
library(bio3d) # load the bio3d package
lbio3d() # list the functions within the package
## See the help pages of individual functions for full documentation and worked examples.
help(read.pdb) # type “q” to exit help page and return to the R prompt
example(read.pdb)
## Read a PDB […]
Recent Comments