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 -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -