#' Gets delicacy for each level from a systemic functional network input
#'
#' This function gets delicacy for each level from input systems
#' @param df The dataframe with a initial column 'features'.
#'
#' @return The delicacy (ie level) of each feature in the system
#'
#' @examples
#' delicacy_subsist(df$features)
#'
#' @export delicacy_subsist
delicacy_subsist = function(level){
del = (level ^ 2) * 1
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.