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

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

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

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

## ----eval=FALSE---------------------------------------------------------------
# pandemonium(df, cov = NULL, is.inv = FALSE, exp = NULL, space2 = NULL, space2.cov = NULL,
#             space2.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")

