You can use the following command to find examples: ?plot Like: > plot(cos(x) + sin(x), x=0..Pi); > plot(tan(x), x=-Pi..Pi); > plot([sin(t), cos(t), t=-Pi..Pi]); > plot(sin(t),t);