Hi all, I loaded VGAM, which masks the persp function from graphics. How can I run the persp function after running VGAM? I tried reloading graphics but it did not work. Thank you. quan
VGAM and persp function
2 messages · Quan Li, Greg Snow
Try
graphics::persp( . . .
Whin you run just persp, it runs the first copy it finds, with the graphics:: on the front in specifically runs the one from the graphics package. Hope this helps,
Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org (801) 408-8111 > -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Quan Li > Sent: Thursday, March 13, 2008 11:50 AM > To: r-help at r-project.org > Subject: [R] VGAM and persp function > > Hi all, > > I loaded VGAM, which masks the persp function from graphics. > How can I run the persp function after running VGAM? I tried > reloading graphics but it did not work. Thank you. > > quan > > ______________________________________________ > 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. >