Could you please help me to increase the point size as well as font size in my plot? Many thanks Here is my code:
library("FSA")
DG4<- read.csv("Farooq1.csv")
DG1 <- ageBias(Dorsal_fin1~Dorsal_fin2,data=DG4,
nref.lab="Reading 2",ref.lab="Reading 1")
plot(DG1,difference=TRUE,xHist=TRUE,yHist=TRUE,
col.CIsig="black",show.pts=TRUE)
And the current plot can be viewed here