e.g.
plot + labs(
alt = "This is a plot of diamonds data showing the price increases non-linearly with carat"
)
For now, it would just store the label in an attribute, but the goal would be to plumb it up with knitr so that the plot text automatically made it way to the alt attribute of the html image.
e.g.
For now, it would just store the label in an attribute, but the goal would be to plumb it up with knitr so that the plot text automatically made it way to the
altattribute of the html image.