Description Usage Arguments Value Examples
Plot distribution of Q-method ordering
1 |
qdist |
The distributions of Q-method ordering from |
title |
The title of the plot |
subtitle |
The subtitle of the plot |
caption |
The caption of the plot |
Returns the plot (a ggplot which for example can be saved with ggsave()
)
1 2 3 4 5 6 | qjson<-c("[[\"Running\"],[\"Walking\",\"Crawling\"],[\"Jumping\",\"Sprinting\",\"Jogging\"],[\"Strolling\",\"\",\"Standing\",\"Sitting\"]]",
"[[\"Sitting\"],[\"Strolling\",\"Jogging\"],[\"Standing\",\"Sprinting\",\"Crawling\"],[\"Walking\",\"Running\",\"Jumping\"]]")
q<-get.q(qjson)
qrows<-get.q.rows(q)
qdist<-q.distribution(qrows)
qplot(qdist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.