Nothing
An alternative text will always be provided with an image tag in html.
By default, the caption will be used
plot(1:10)
You can use an alt text different than a caption using fig.alt
plot(1:10)
A caption
It will be evaluated after the chunk like fig.cap
n <- 15
plot(1:n)
15 points
And recycled if several graphs
plot(1:15)
A caption
plot(1:10)
A caption
or you can pass a vector
plot(1:15)
plot(1:10)
Fig1
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.