View source: R/BoneDensityFunctions.R
import_lmks | R Documentation |
import landmark coordinates
import_lmks(landmark_path, x = 1, y = 1, z = 1)
landmark_path |
String. File path to landmark data. .json or .fcsv format |
x |
Integer Value to apply to convert mesh i.e. -1 will mirror x coords |
y |
Integer Value to apply to convert mesh i.e. -1 will mirror y coords |
z |
Integer Value to apply to convert mesh i.e. -1 will mirror z coords |
dataframe. Columns are landmark name, x, y, and z coordinates
Scott Telfer scott.telfer@gmail.com
landmark_path <- system.file("extdata", "test_femur.mrk.json",
package = "BoneDensityMapping")
landmarks <- import_lmks(landmark_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.