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
Post a Comment