powered by
writeHelix(helix, file = stdout())
# Create helix data frame helix <- data.frame(2, 8, 3, 0.5) helix[2, ] <- c(5, 15, 4, -0.5) helix <- as.helix(helix) writeHelix(helix)
Run the code above in your browser using DataLab