How do I tell R to always use Cairo for plotting? -


i have been using cairo when generate plots in r, use cairowin() before each plot. there way can tell r use cairo whole session start working?

haven't tested, easy as:

options(device="cairowin") 

and if put in .rprofile, default in r sessions.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -