# GROMOS
load_ramachandran( system.file( "extdata/ramachandran_example.txt.gz", package = "MDplot" ) )
# GROMACS
load_ramachandran( system.file( "extdata/ramachandran_example_GROMACS.txt.gz",
package = "MDplot" ), mdEngine = "GROMACS" )
# AMBER
load_ramachandran( system.file( "extdata/ramachandran_example_AMBER.txt.gz",
package = "MDplot" ), mdEngine = "AMBER" )
Run the code above in your browser using DataLab