how to convert DCD file into CSV file

Issue #329 resolved
Former user created an issue

i want to change DCD file format into CSV file format . how can i change it ?

Comments (3)

  1. Lars Skjærven
    > trtfile <- system.file("examples/hivp.dcd", package="bio3d")
    > trj <- read.dcd(trtfile, cell = TRUE)
    > write.csv(trj, file="hmm.csv")
    
  2. Log in to comment