Skip to content

Commit

Permalink
tbni report card no text
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Jul 17, 2024
1 parent aa5a812 commit 93d68ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions createfigs.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dev.off()

tbniscr <- anlz_tbniscr(fimdata)

# w/ text
p <- show_tbnimatrix(tbniscr, family = fml) +
theme(
text = element_text(family = fml),
Expand All @@ -65,6 +66,16 @@ jpeg('figures/tbnireport.jpg', family = fml, height = 6, width = 3, units = 'in'
print(p)
dev.off()

# w/o text
p <- show_tbnimatrix(tbniscr, family = fml, txtsz = NULL) +
theme(
text = element_text(family = fml),
axis.text.y = element_text(family = fml)
)
jpeg('figures/tbnireportnotxt.jpg', family = fml, height = 6, width = 3, units = 'in', res = 300)
print(p)
dev.off()

# tbni report card detailed -------------------------------------------------------------------

tbniscr <- anlz_tbniscr(fimdata)
Expand Down
Binary file added figures/tbnireportnotxt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93d68ed

Please sign in to comment.