Description Usage Arguments Value Examples
Show distribution of statements in factors
1 | q.show.distribution(QmethodRes, marg = 0.03, linewidth = 15, show.plot = T)
|
QmethodRes |
A result object from |
marg |
Margin of rectangles (relative to size of retangle) |
linewidth |
Linewidth of texts in number of letters (longer lines are split at nearest space) |
show.plot |
If TRUE, plot is output to active dev. |
Returns a list of the produced plots.
1 2 3 4 5 | qjson<-c("[[\"Running\"],[\"Walking\",\"Crawling\"],[\"Jumping\",\"Sprinting\",\"Jogging\"],[\"Strolling\",\"\",\"Standing\",\"Sitting\"]]",
"[[\"Sitting\"],[\"Strolling\",\"Jogging\"],[\"Standing\",\"Sprinting\",\"Crawling\"],[\"Walking\",\"Running\",\"Jumping\"]]")
q<-get.q(qjson)
result<-q.analysis(q)
q.show.distribution(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.