R/JFM-package.R

#' JFM: A package for structural analysis.
#'
#' Provides functions to extract joint planes from 3D triangular mesh and makes data
#' available for structural analysis.
#' Below compute_plane_normal function description an example test over all function is done.
#' In your package directory you will find in extdata dir an example of point_cloud.txt file
#' and in test folder two R scripts a test.R file to process point_cloud.txt file and a 
#' JFM_workflow.R generic workflow script.
#' 
#' @name JFM-package
#' @aliases JFM-package JFM
#' @docType package
#' @author Riccardo Campana <riccarl@@hotmail.it>
#' @importFrom Rcpp evalCpp
#' @useDynLib JFM, .registration=TRUE
NULL

Try the JFM package in your browser

Any scripts or data that you put into this service are public.

JFM documentation built on March 28, 2022, 9:12 a.m.