Learn R Programming

PairedData (version 0.9.1)

plot: ~~ Methods for Function plot ~~

Description

Plot an object of class paired.

Usage

## S3 method for class 'paired':
plot(x, groups=NULL, facet=TRUE,...)

Arguments

x
a paired object created by the paired function.
groups
a factor (optional).
facet
faceting or grouping strategy for plotting?.
...
arguments to be passed to methods.

Value

  • an graphical object of class ggplot.

Examples

Run this code
data(HORSEbegin)
p<-with(HORSEbegin,paired(Actual,Imaginary))
plot(p)

Run the code above in your browser using DataLab