ksnet_hist: Generate a histogram with ksnet styling

View source: R/ksnet_hist.R

ksnet_histR Documentation

Generate a histogram with ksnet styling

Description

Explore the distribution of your data with a histogram. This function generates a ggplot2 object, so it's easily expanded.

Usage

ksnet_hist(data, xvar, fill = color_ksnet()[1])

Arguments

data

data.frame

xvar

variable

Value

ggplot2

Examples


my_data <- data.frame(x = c(1,2,3,4,5))
ksnet_hist(my_data, x)

octmedina/ksnet documentation built on April 18, 2023, 3:34 p.m.