Learn R Programming

BoneDensityMapping (version 0.1.4)

import_lmks: import landmark coordinates

Description

import landmark coordinates

Usage

import_lmks(landmark_path, x = 1, y = 1, z = 1)

Value

dataframe. Columns are landmark name, x, y, and z coordinates

Arguments

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

Author

Scott Telfer scott.telfer@gmail.com

Examples

Run this code
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