loessPredCount | R Documentation |
Summarize data from simulations in a form to make a nice hexbin plot Return both counts in bins and bin means
loessPredCount(
resultMat,
nSim = nrow(resultMat),
xlim = NULL,
ylim = NULL,
budg1 = 1,
budg2 = 2,
degree = 1
)
resultMat |
Tibble the simulation results |
nSim |
Integer Predictions and counts for the first nSim simulations |
xlim |
Real max and min for plot |
ylim |
Real max and min for plot |
budg1 |
Integer which column of percent budget to make plot for x-axis |
budg2 |
Integer which column of percent budget to make plot for y-axis |
degree |
Interger the degree of the polynomial LOESS fits |
Use the hexbin function to tabulate 2D bins in hexagonal array
A list with bin counts and means and results from LOESS predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.