Skip to content

VGAM and persp function

2 messages · Quan Li, Greg Snow

#
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
#
Try
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,