An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110805/208a927d/attachment.pl>
plot the implicit function
3 messages · KnifeBoot, Duncan Murdoch, David Winsemius
On 05/08/2011 11:23 AM, KnifeBoot wrote:
Is there anybody willing to help me with the method of plot. please show me the command lines to plot the implicit function "x^4+y^3=x^2+y"
You were already told how to do this: use contour. The help page explains how.
and "x=(sin[t])^3 y=(cos[t])^3 t :[0,2*pi]"
Compute t using seq(), then plot the x and y values from it. Duncan Murdoch
On Aug 5, 2011, at 11:23 AM, KnifeBoot wrote:
Is there anybody willing to help me with the method of plot. please show me the command lines to plot the implicit function "x^4+y^3=x^2+y" and "x=(sin[t])^3 y=(cos[t])^3 t :[0,2*pi] " I can learn how to plot implicit functions from your command lines.
This would appear on the face of it to be a homework question either assigned as such or possibly disguised as a plotting problem. Homework is discouraged in this list. If you are not a student then identifying yourself and describing you research goal is considered good form on this list.
David Winsemius, MD West Hartford, CT