Skip to content
Prev 69584 / 398525 Next

Plot()

Ute Visser wrote:

            
In right hand sides of formulas you have to use I() in order to do these 
calculations:

  plot(column ~ I(1-column))

or plot() will simply plot against the index (column ~ 1) and ignores 
the unsensible last part "-column".

Uwe Ligges