Description Usage Arguments Details Value Examples
Plots a group of students' goal strand RIT scores, with each student ranked by overall RIT score. Colors of points indicating goal strand RIT scores indicate deviation from overall RIT score; colors of overall RIT mark (|) indicate national percentile rank of the overall RIT score
| 1 | strands_plot(.data, ...)
 | 
| ... | arguments passed to  | 
| x | a  
 | 
Creates and prints a ggplot2 object showing both overall and goal strand RIT
scores for each student in a subets.  Subsetting students is very imporant for
making this visualization useful.  Original data from a mapvizier object
can be subsetted by by passing unquoted field names to the ... argument, a
al filter, to which these arguments are passed. See the example
below.
a ggplot2 object
| 1 2 3 4 5 6 7 8 | data(nweamap)
x<-mapvizier(nweamap)
strands_plot(x,
             Grade==8,
             Classroom=="UChicago",
             MeasurementScale=="Mathematics",
             Year2==2014,
             Season=="Spring")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.