## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  out.width = "100%"
)

## ----eval=FALSE---------------------------------------------------------------
# pandemonium(df = Bikes$df)

## ----eval=FALSE---------------------------------------------------------------
# pandemonium(df = Bikes$space1, linked = Bikes$space2)

## ----eval=FALSE---------------------------------------------------------------
# pandemonium(df,
#   cov = NULL, is.inv = FALSE, exp = NULL, linked = NULL, linked.cov = NULL,
#   linked.exp = NULL, group = NULL, label = NULL, user_dist = NULL,
#   dimReduction = list(tSNE = tSNE, umap = umap), getCoords = list(normal = normCoords), getScore = NULL
# )

## ----echo=FALSE---------------------------------------------------------------
knitr::include_graphics("Images/data_Input_page.png")

