library(ggplot2)
ggplot(audiograms, aes(testtone_frequency_in_khz, sound_pressure_level_in_decibel, group = audiogram_experiment_id)) +
geom_line() +
scale_x_log10()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.