Description Usage Arguments Value Examples
fit.gam
1 2 |
obj |
CanalogramImages object |
r_bands |
Number of radial bands to fit |
theta_band_size |
Degrees per angular band |
fit.grid |
Whether to fit the models to each grid point |
fit.bands |
Whether to fit a global model to bands |
CanaogramGAM object describing the fit
1 2 3 4 5 6 7 8 9 | ## Not run:
images <- read.images('./data/Trial-1/one gree_T00', n = 5)
plot(images)
fit <- fit.gam(images)
plot(fit)
plot.images(fit)
plot.ring(fit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.