Skip to content
Prev 5918 / 398506 Next

Drawing Trig Function

One quick and dirty answer to your first question is that if the lines
you want to comment out  all have acceptable R syntax (as in your
example) you can just put

if (FALSE) {}

around the stuff you want to comment out.
This won't work if you have open parentheses or other "syntax errors" in
the commented region.
On Wed, 31 May 2000, Ko-Kang Wang wrote: