Nothing
#' fpopw: A package to solve the optimal partionning and segment neighborhood problems using
#' a weighted L2-loss.
#'
#' The fpopw package provides wrapper to four functionnal pruning functions to
#' to solve the optimal partionning and segment neighborhood problems with the L2-loss:
#' Fpop, Fpop_w, Fpsn, Fpsn_w
#'
#'
#' @section fpopw functions:
#' fpopw functions are Fpop, Fpop_w, Fpsn, Fpsn_w, Fpsn_w_nomemory
#'
#' @docType package
#' @name fpopw
#' @useDynLib fpopw, .registration = TRUE
#' @importFrom stats mad
#' @importFrom stats weighted.mean
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.