Description Usage Arguments Value Examples
View source: R/generate_betas.R
Returns a bumpy image
1 | bumpsBeta(seed, n = 64)
|
seed |
intger, set a seed |
n |
side length of the quadratic image |
bumpy image as matrix
1 2 3 4 5 6 | require(magrittr)
### divide by 50 and decrease resolution to obtain a bumpy 32x32 image.
bumpsBeta(123) %>%
divide_by(50) %>%
decrease_reolution() %>%
plot_coefficient_image()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.