Displaying 7 results from an estimated 7 matches for "tickslab".
2018 Jan 14
2
consolidate three function into one
...}
ggsurvplot(cluster, data = inputfile, risk.table = F,
palette = palette,
ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)",
main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16,
font.tickslab = 14,font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = legend.labs,
lty=1, lwd=3)
}
From: Bert Gunter [mailto:bgunter.4567 a...
2018 Jan 15
2
consolidate three function into one
...}
fig <-ggsurvplot(cluster, data = inputfile, risk.table = F,
palette = palette,
ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)",
main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16,
font.tickslab = 14,font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = legend.labs,
lty=1, lwd=3)
print(fig)
}
----...
2018 Jan 14
0
consolidate three function into one
...gsurvplot(cluster, data = inputfile, risk.table = F,
> palette = palette,
> ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)",
> main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16,
> font.tickslab = 14,font.legend =c(14,"plain","black"),
> legend = "bottom",
> legend.title = "Tree Cluster",
> legend.labs = legend.labs,
> lty=1, lwd=3)
> }
>
> From:...
2018 Jan 15
0
consolidate three function into one
...plot(cluster, data = inputfile, risk.table = F,
> palette = palette,
> ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival
> (Days)",
> main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16,
> font.tickslab = 14,font.legend =c(14,"plain","black"),
> legend = "bottom",
> legend.title = "Tree Cluster",
> legend.labs = legend.labs,
> lty=1, lwd=3)
> print(fig)
>...
2018 Jan 15
1
consolidate three function into one
...}
fig <-ggsurvplot(cluster, data = inputfile, risk.table = F,
palette = palette,
ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)",
main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16,
font.tickslab = 14,font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = legend.labs,
lty=1, lwd=3)
print(fig)
}
-----O...
2018 Jan 14
0
consolidate three function into one
...uot;red", "black"),
ylim=c(0,1),
ggtheme = theme_bw(),
xlab="Relapse Free Suvival (Days)",
main = "Survival curve",
pval = TRUE,
font.x = 16,
font.y = 16,
font.tickslab = 14,
font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = c("Cluster1", "Cluster2"), lty=1, lwd=3)
}
RFS3cluster <- function( inputfil...
2018 Jan 14
0
consolidate three function into one
...uot;red", "black"),
ylim=c(0,1),
ggtheme = theme_bw(),
xlab="Relapse Free Suvival (Days)",
main = "Survival curve",
pval = TRUE,
font.x = 16,
font.y = 16,
font.tickslab = 14,
font.legend =c(14,"plain","black"),
legend = "bottom",
legend.title = "Tree Cluster",
legend.labs = c("Cluster1", "Cluster2"), lty=1, lwd=3)
}
RFS3cluster <- function( inputfile...