Skip to content

Commit 45f5385

Browse files
committed
don't use default aes
1 parent 4a21551 commit 45f5385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inTextSummaryTable/R/subjectProfileSummaryPlot.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ subjectProfileSummaryPlot <- function(data,
151151
yAxisExpand = c(0.05, 0.05),
152152
yLimExpand = NULL,
153153
xAxisLabs = NULL,
154-
sizePoint = GeomPoint$default_aes$size,
155-
sizeLine = GeomLine$default_aes$size,
156-
sizeLabel = GeomText$default_aes$size,
157-
widthErrorBar = GeomErrorbar$default_aes$width,
154+
sizePoint = 1.5,
155+
sizeLine = 0.5,
156+
sizeLabel = 3.87,
157+
widthErrorBar = 0.9,
158158
tableText = NULL, tableTextFontface = 1,
159159
tableHeight = 0.1,
160160
tableYAxisLabs = !is.null(colorVar),

0 commit comments

Comments
 (0)