setProjectLines {simplace} | R Documentation |
You have to call the function after initSimplace
but before openProject
.
setProjectLines(simplace, lines)
simplace |
handle to the SimplaceWrapper object returned by |
lines |
either a vector of integers or a string of numbers separated by commas |
## Not run: setProjectLines(simplace, "1,3,6,9-17,33") setProjectLines(simplace, c(1,2,3,9:17,33)) ## End(Not run)