From 949bc893aed6d7c1c24616b9ec18c819beaa0229 Mon Sep 17 00:00:00 2001 From: Boyuan Ning <73546421+ningboyuan@users.noreply.github.com> Date: Sat, 12 Mar 2022 22:01:12 +0100 Subject: [PATCH] Update ARRhexage.R --- ARRhexage/ARRhexage.R | 1 - 1 file changed, 1 deletion(-) diff --git a/ARRhexage/ARRhexage.R b/ARRhexage/ARRhexage.R index 5c59ea5..2e2db37 100644 --- a/ARRhexage/ARRhexage.R +++ b/ARRhexage/ARRhexage.R @@ -65,7 +65,6 @@ hexbinplot(-rp/100 ~ agesrp, xlab = list(label = "Age", cex = label.size.main_ax cex.labels = label.size.support, cex.title = label.size.support,colramp = function(n) { rgb(0, 55, 108, alpha = seq(from = col.from, to = 1, length = n) * max, maxColorValue = max) }, colorcut = c(0, 0.2, 0.4, 0.6, 0.8, 1)) -axis(2, at = -c(2:0) * 200, labels = c(2:0) * 200) dev.off() png(file = "ARRhexagegs.png", width = 6, height = 6, units = "in", res = res, family = font)