canvas_mosaic: Draw Moisaics

View source: R/canvas_mosaic.R

canvas_mosaicR Documentation

Draw Moisaics

Description

This function draws the predictions from a k-nearest neighbors algorithm trained on randomly generated categorical data.

Usage

canvas_mosaic(
  colors,
  n = 1000,
  resolution = 500
)

Arguments

colors

a string or character vector specifying the color(s) used for the artwork.

n

a positive integer specifying the number of random data points to generate.

resolution

resolution of the artwork in pixels per row/column. Increasing the resolution increases the quality of the artwork but also increases the computation time exponentially.

Value

A ggplot object containing the artwork.

Author(s)

Koen Derks, koen-derks@hotmail.com

References

https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm

See Also

colorPalette

Examples


set.seed(1)

# Simple example
canvas_mosaic(colors = colorPalette("retro2"))



aRtsy documentation built on Aug. 21, 2023, 9:08 a.m.