cran / regplot

:exclamation: This is a read-only mirror of the CRAN R package repository. regplot — Enhanced Regression Nomogram Plot
4 stars 3 forks source link

i cannot export pdf by using pdf function in R #1

Open YzGLab opened 2 years ago

YzGLab commented 2 years ago

i cannot export pdf by using pdf function in R pdf("nomogram_new.pdf") regplot(f, clickable=F, observation=dev[6,],droplines=T, plots = c("density","boxes"), title = 'PFS nomogram', showP = TRUE, subticks =T,

dencol ='yellow',

    #boxcol='grey',
    #obscol='red',
    colors = mycol, #用前面自己定义的颜色
    leftlabel=T,
    interval="confidence",
    points=TRUE, rank="sd",
    failtime = c(40,24,12),
    prfail = F)

dev.off()

then i got none in PDF....file..~? but I can export others plots.

gaborcsardi commented 2 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!