hist(
x = vegetation$delta,
breaks = 20,
main = "C3 and C4 plants",
xlab = expression(delta^{13}*"C"),
xlim = c(-40, 0)
)
boxplot(
delta ~ type,
data = vegetation,
horizontal = TRUE,
xlab = expression(delta^{13}*"C"),
ylab = "Plant",
ylim = c(-40, 0)
)
Run the code above in your browser using DataLab