data(Boston, package="MASS")
ecdf.medv <- ecdf(Boston$medv)
# print
ecdf.medv
# summary
summary(ecdf.medv)
# plot
plot(ecdf.medv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.