Skip to content

Commit

Permalink
update read.xvg man
Browse files Browse the repository at this point in the history
  • Loading branch information
dosorio committed Aug 30, 2014
1 parent b96d7e3 commit 1945abe
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions man/read.xvg.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ Pronk, S., Pall, S., Schulz, R., Larsson, P., Bjelkmar, P., Apostolov, R., ... &
}

\examples{
MD <- read.xvg(system.file("xvg-files/epot.xvg",package="Peptides"))
MD
# READING FILE
file <- system.file("xvg-files/epot.xvg",package="Peptides")
read.xvg(file)

# Time (ps) Potential
# 1 1 6672471040
# 2 2 6516461568
# 3 3 6351947264
# 4 4 6183133184
# 5 5 6015310336
# 6 6 5854271488
}

0 comments on commit 1945abe

Please sign in to comment.