Semi-transparency in RStudio

前端 未结 4 1038
不知归路
不知归路 2021-02-14 03:38

I\'m trying to create a plot with a semi-transparent confidence region around the regression line:

library(car)
library(ggplot2)
library(effects)

mod <- lm(s         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-14 04:34

    per request of the OP:

    Can you paste the output of getOption("bitmapType") in your config? If it's not "cairo" try setting it to that via options(bitmapType="cairo") and see if you get the same error.

提交回复
热议问题