#Defining the age and duration of the patient in a coma.
age.duration<-function(age){
+ duration<-ggplot(IQ, aes(x="age", y="duration")) + geom_point() + geom_jitter() + geom_smooth(method = 'lm')
+ return(duration)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.