You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ggplot(aes(x = Time, y = conc, group = Subject, color = Subject)) +
geom_point() +
geom_line()
plotTheoph
```
Let's draw individually.
```{r}
plotTheoph +
facet_wrap( ~ Subject, ncol = 4)
```
Theoph is used for treating asthma and the other allergic diseases. [@subintern1]
Omalizumab is also used for treating asthma [@maltby2017omalizumab]
# Discussion
Writing medical papers can be done by Rmarkdown as well as using [Endnote](http://endnote.com/), Mendeley <https://www.mendeley.com/>, refworks, and zotero.