Description Usage Arguments Examples
Change plot size.
1
fun_size(p, height = NULL, width = NULL)
p
Plot as initialised by funplot.
funplot
height, width
Dimentions of plot.
1 2 3 4
funplot() %>% fun_add("tan(x)") %>% fun_size(200, 400) %>% fun_title("Plot size")
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.