Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.