## Plot one file
plot.xvg(system.file("xvg-files/epot.xvg",package="Peptides"))
## Plotting multiple files
par(mfcol=c(1,3))
plot.xvg(system.file("xvg-files/POPG.xvg",package="Peptides"))
plot.xvg(system.file("xvg-files/POPE.xvg",package="Peptides"))
plot.xvg(system.file("xvg-files/POPC.xvg",package="Peptides"))
Run the code above in your browser using DataLab