powered by
import landmark coordinates
import_lmks(landmark_path, x = 1, y = 1, z = 1)
dataframe. Columns are landmark name, x, y, and z coordinates
String. File path to landmark data. .json or .fcsv format
Integer Value to apply to convert mesh i.e. -1 will mirror x coords
Integer Value to apply to convert mesh i.e. -1 will mirror y coords
Integer Value to apply to convert mesh i.e. -1 will mirror z coords
Scott Telfer scott.telfer@gmail.com
landmark_path <- system.file("extdata", "test_femur.mrk.json", package = "BoneDensityMapping") landmarks <- import_lmks(landmark_path)
Run the code above in your browser using DataLab