Description Usage Arguments Value Examples
Takes the data frame returned by speechmap_to_df and plots the data
using ggplot2.  Data are plotted on a logx scale with color coding for
stimulus level.  The function can be configured to either average across ears
or separate the ears into facets.
| 1 | plot_speechmap(x, separate.ears = FALSE, main.title = NULL)
 | 
| x | A data frame of Verifit speechmap data, as returned from
 | 
| separate.ears | An optional boolean value to indicate if ears should be
plotted separately in facets ( | 
| main.title | An optional string that will be used as a main title, if present. | 
A ggplot2 plot of the data in x.
| 1 2 3 4 5 | ## Not run: 
df <- speechmap_to_df(speechmap.xml)
plot_speechmap(df)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.