| fit_dims | R Documentation |
Generate an appropriate dimension (shape, ncol,nrow) from an input width(height). If height not specified we have a square.
fit_dims(size = 1024L, wh = c(size, size))
size |
seed dimension size |
wh |
distance across dimension span/s |
dimension c(ncol, nrow)
fit_dims(256, c(10, 20))
fit_dims(1024, c(102723, 1e5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.