Skip to content

Commit 843b985

Browse files
committed
beautifying
1 parent 80e1525 commit 843b985

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

afq_step3_stats.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,20 +1040,23 @@ func_plot_lm2 <- function(df_plot, avg_max, mem, gType){
10401040

10411041
plot(plot1.x, plot1.y,
10421042
xlab = x_title,
1043+
cex.lab = 1.5,
10431044
ylab = mem,
10441045
ylim = c(min(df_plot$MemScore), max(df_plot$MemScore)),
10451046
main = h_labels[1])
10461047
abline(lm(plot1.y ~ plot1.x))
10471048

10481049
plot(plot2.x, plot2.y,
10491050
xlab = x_title,
1051+
cex.lab = 1.5,
10501052
ylab = "",
10511053
main = h_labels[2],
10521054
ylim = c(min(df_plot$MemScore), max(df_plot$MemScore)))
10531055
abline(lm(plot2.y ~ plot2.x))
10541056

10551057
plot(plot3.x, plot3.y,
10561058
xlab = x_title,
1059+
cex.lab = 1.5,
10571060
ylab = "",
10581061
main = h_labels[3],
10591062
ylim = c(min(df_plot$MemScore), max(df_plot$MemScore)))
@@ -1177,7 +1180,7 @@ for(gType in groupType){
11771180

11781181

11791182
# For Demographics
1180-
gType <- 1
1183+
gType <- 2
11811184
tract <- "UNC_L"
11821185

11831186
dataFile <- paste0(dataDir, "Master_dataframe_G", gType,".csv")

0 commit comments

Comments
 (0)