Skip to content

Commit

Permalink
Update Vignette bug: mc4 summary stat plots not displaying
Browse files Browse the repository at this point in the history
Resolves #319 where the summary stat plots were not displaying by changing eval = TRUE.
  • Loading branch information
ElizabethGilson authored Dec 20, 2024
1 parent e463cc8 commit a069f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Introduction_Appendices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ mc3 <- tcplPrepOtpt(mc3)

For demonstration purposes, the <font face="CMTT10"> mc_vignette </font> R data object is provided in the package since the vignette is not directly connected to such a database. The <font face="CMTT10"> mc_vignette </font> object contains a subset of data from levels 3 through 5 from invitrodb v4.2. The following code loads the example mc3 data object, then plots the concentration-response series for an example spid with the summary estimates indicated.

```{r fig.align='center',message=FALSE,message=FALSE,fig.dim=c(8,10),eval = FALSE}
```{r fig.align='center',message=FALSE,message=FALSE,fig.dim=c(8,10),eval = TRUE}
# Load the example data from the `tcpl` package.
data(mc_vignette, package = 'tcpl')
# Allocate the level 3 example data to `mc3`.
Expand Down

0 comments on commit a069f7f

Please sign in to comment.