kernel_plot: Kernel density estimation plot

Description Usage Arguments

View source: R/nof1gen.summary.R

Description

Creates a kernel density estimation plot for a specific outcome

Usage

1
2
kernel_plot(result, bins = 30, x_min = NULL, x_max = NULL,
  title = NULL)

Arguments

result

An object with information about the simulation. The object is derived from the output of nof1.run

bins

The number of bins the histogram will contain. Default is 30.

x_min

The lower limit of the x-axis. Default is to set to zero

x_max

The upper limit of the x-axis. Default is to set the upper limit to the maximum value of the data inputed

title

The title of the graph


arisp99/nof1gen documentation built on May 19, 2019, 9:37 p.m.