-
Click on the stack + button (top right corner).
-
Add a
palmer_penguins
block. You may search in the list. -
Add a new
filter_block
selecting sex as column and female as value . Click on run. -
Add a new
ggplot_block
. Select x and y wizely. -
Add a new
geompoint_block
. You may change shape and color . - You can remove and re-add blocks as you like ...
- Export the stack code and try to run it.
-
Click on the + stack button (top right corner).
-
Add a
customdata_block
with demo as selected dataset. -
Add a
ggplot_block
with AGE as variable for the x axis. -
Add a
geomhistogram_block
. You can change the parameters. -
Add a
labs_block
withtitle = 'Distribution of Age'
x = 'Age (Years)'
andy = 'Count'
as settings. -
Add a
theme_block
. -
Add a
scalefillbrewer_block
.
-
Click on Add stack . From the new stack: click on + to add a new
result_block
. -
Add a new
filter_block
selecting sex as column and female as value . Click on run. - Notice how the result block of the second stack changes.
-
Add a new
ggplot_block
. Select x and y wizely. -
Add a new
geompoint_block
. You may change shape and color .
-
Click on Add stack . From the new stack: click on + to add a new
customdata_block
with lab as selected data. -
Click on Add stack . From the new stack: click on + to add a new
customdata_block
with demo as selected data. -
Add a new
join_block
selecting lab_data as Stack and inner as type and c('STUDYID', 'USUBJID') as by . Click on run.
-
Click on Add stack then add a
result_block
selecting the 'hb_data' stack. -
Add a
ggplot_block
withx = 'VISIT
andy = 'Mean
as aesthetics. -
Add a
geompoint_block
withfunc = c('color', 'shape')
and ACTARM as variable for each aesthetic. -
Add a
geomerrorbar_block
withymin = ymin
ymax = ymax
andcolor = ACTARM
. -
Add a
geomline_block
withgroup = ACTARM
andcolor = ACTARM
. -
Add a
labs_block
withtitle = 'Mean and SD of Hemoglobin by Visit'
x = 'Visit Label'
andy = 'Hemoglobin (g/dL)'
. -
Add a
theme_block
.