Skip to content
Prev 166880 / 398502 Next

Default browser was Re: interpolation to abscissa

On Jan 8, 2009, at 11:22 AM, e-letter wrote:

            
Look at options()$browser and reconfigure if necessary.

 > options()$browser
[1] "/usr/bin/open"

or...
 > options("browser")
$browser
[1] "/usr/bin/open

Which means that the default is set by my system configuration. I had  
earlier
followed some advice offered me in a warning and changed the default  
pdf viewer
configuration, which should be an easy-to-rejigger example:

 > options("eps_view"=  "/Applications/Preview.app")