R/distributions.R

Defines functions distributions

Documented in distributions

#'@title The names and descriptions of the univariate distributions
#'
#'
#'@description This function allows the users to find the details on the available distributions.
#'
#'
#'
#'@return No returned value, allows the users to know the differents distributions and parameters
#'
#'@export
#'
#'


distributions <- function(){

  distr = utils::read.csv("https://www.dropbox.com/s/dxmo875sg2jq502/Distribution.csv?dl=1")
  utils::View(distr)

}

Try the GenHMM1d package in your browser

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

GenHMM1d documentation built on Jan. 21, 2021, 9:07 a.m.