Nothing
#' s3 class fuzzy poverty
#' @export
#'
#' @param x an object
#' @return an object of class FuzzyPoverty
#'
FuzzyPoverty <- function(x){
class(x) <- "FuzzyMonetary"
return(x)
}
#' s3 class fuzzy poverty
#'
#' @param x an object
#' @return an object of class FuzzyPoverty
#'
FuzzySupplementary <- function(x){
class(x) <- "FuzzySupplementary"
return(x)
}
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.