funcprofile | R Documentation |
Gives details about how linear it is.
funcprofile(func, d, n = 1000 * d, bins = 30)
func |
A function with a single output |
d |
The number of input dimensions for the function |
n |
The number of points to use for the linear model. |
bins |
Number of bins in histogram. |
Nothing, prints and plots
funcprofile(ackley, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.