View source: R/nof1gen.summary.R
Creates a kernel density estimation plot for a specific outcome
1 2 | kernel_plot(result, bins = 30, x_min = NULL, x_max = NULL,
title = NULL)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.