| plotYaps | R Documentation | 
Basic plots of yaps output
plotYaps(yaps_out, type = "map", xlim = NULL, ylim = NULL, main = NULL)
| yaps_out | Output from succesful run of  | 
| type | Plot type.  | 
| xlim, ylim | Optional vectors of length 2 to set xlim and/or ylim. | 
| main | Title of plot - optional. | 
No return value, called to plot graphics.
library(yaps)
plotYaps(ssu1$yaps_out, type="map")
plotYaps(ssu1$yaps_out, type="coord_X")
plotYaps(ssu1$yaps_out, type="coord_Y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.