viz_tsne: Vizualize t-SNE

Description Usage Arguments Value Examples

View source: R/viz_tsne.R

Description

Vizualize t-SNE

Usage

1
viz_tsne(data, label)

Arguments

data

A data.frame.

label

variable to color with.

Value

ggplot2 object.

Examples

1
2
3
library(dplyr)
viz_tsne(iris, Species)
viz_tsne(select(iris, -Species), Sepal.Length)

EmilHvitfeldt/horus documentation built on June 12, 2021, 7 p.m.