R/extdata.R

#' Dataset covid19
#'
#' This is a protoclust object for use with protoshiny. It is the hierarchical clustering of US counties using mobility data (proportion of people staying home at least 8 hours and proportion of people going into a restaurant).
#'
#' @name covid19
#'
#' @source \url{https://cmu-delphi.github.io/covidcast/covidcastR/}
NULL

#' Dataset faces
#' 
#' This is a protoclust object for use with protoshiny. It is the hierarchical clustering of 400 grayscale images of faces that correspond to 10 images of 40 individuals.
#' 
#' @name faces
#' 
#' @source \url{https://www.kaggle.com/kasikrit/att-database-of-faces}
NULL

#' Dataset movies
#' 
#' This is a protoclust object for use with protoshiny. It is the hierarchical clustering of 13,816 movies based on users' ratings and taggings of movies.
#' 
#' @name movies
#' 
#' @source \url{https://grouplens.org/datasets/movielens/25m/}
NULL


#' Dataset seaflow
#' 
#' This is a protoclust object for use with protoshiny. It is the hierarchical clustering of 6,336 scatterplots resulting from continuous-time flow cytometry measurements of phytoplankton.
#' 
#' @name seaflow
#' 
#' @source Provided by Mattias Rolf Cape and Francois Ribalet.
NULL

#' Dataset words
#' 
#' This is a protoclust object for use with protoshiny. It is the hierarchical clustering of 19,599 of the most common words from Grolier's Encyclopedia.
#' 
#' @name words
#' 
#' @source \url{https://cs.nyu.edu/~roweis/data.html}
NULL

Try the protoshiny package in your browser

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

protoshiny documentation built on May 18, 2022, 5:13 p.m.