Hey, Is there any function plotting several "implicit functions" (F(x,y)=0) on the same fig. Is there anyone who has an example code of how to do this? The contour3d function in the misc3d package only work with the functions with three dimensions. Thanks a lot. Many thanks for your help. KnifeBoot [[alternative HTML version deleted]]
On 03/08/2011 11:21 AM, KnifeBoot wrote:> Hey, > Is there any function plotting several "implicit functions" (F(x,y)=0) on the same fig. Is there anyone who has an example code of how to do this? > The contour3d function in the misc3d package only work with the functions with three dimensions. > Thanks a lot.contour() will do it. Use add=TRUE to add extra functions. Duncan Murdoch P.S. Please use a more informative subject line!
Some sample data would be useful. If you want to add more lines to a plot, the use 'lines' plot(fun1,....) lines(fun2, .... lines(fun3, .... On Wed, Aug 3, 2011 at 11:21 AM, KnifeBoot <knifeboot at 163.com> wrote:> ?Hey, > ? ?Is there any function plotting several "implicit functions" (F(x,y)=0) on the same fig. ? ? Is there anyone who has an example code of how to do this? > ? ?The contour3d function in the misc3d package only work with the ?functions with three dimensions. > ? ?Thanks a lot. > ? ?Many thanks for your help. > ? ?KnifeBoot > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Jim Holtman Data Munger Guru What is the problem that you are trying to solve?
Seemingly Similar Threads
- Exporting interactive 3D plots with axes and labels
- update() can not find objects (PR#1861)
- Using contour3d: axes, plotting to file, with lattice
- changing the signs in rows or columns in matrices and check them if they are identical
- issues with environment handling in model.frame()