Skip to content

Commit 814b6f4

Browse files
Update 02d_manual_use_r.Rmd
1 parent 7f36dd7 commit 814b6f4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

contents/02d_manual_use_r.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ plot_estimated_dose_curve(
122122
fit_var_cov_mat,
123123
protracted_g_value = 1,
124124
conf_int_curve = 0.95,
125-
aberr_name = "Dicentrics"
125+
aberr_name = "Dicentrics",
126+
place = "UI"
126127
)
127128
```
128129

@@ -293,6 +294,7 @@ plot_estimated_dose_curve(
293294
fit_var_cov_mat,
294295
protracted_g_value,
295296
conf_int_curve = 0.95,
296-
aberr_name = "Translocations"
297+
aberr_name = "Translocations",
298+
place = "UI"
297299
)
298300
```

0 commit comments

Comments
 (0)