| .read_qsm_raw | R Documentation |
Reads a PyTLidar-generated cylinder file and converts it into a tidy data frame with start/end coordinates, radius, length, volume, and branching order.
.read_qsm_raw(cyl_file)
cyl_file |
Path to the PyTLidar cylinder output file (.txt). |
A data frame with columns startX, startY, startZ, endX, endY, endZ, cyl_ID, parent_ID, extension_ID, radius_cyl, length, volume, branching_order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.