-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved package vignette (Getting Started) for pkgdown #3
Conversation
This PR will run cleanly once the unit tests for |
vignettes/SomaPlotr.Rmd
Outdated
Using `plotPDFlist()`, a PDF plot can be generated from a list of numeric | ||
vectors, with one smoothed kernel density curve per list item: | ||
Using `plotPDFlist()`, a PDF plot can be generated from any arbitrary _named_ | ||
list of numeric vectors, with one smoothed kernel density curve per list element: | ||
|
||
```{r pdf-list, fig.width = 6, fig.height = 5} | ||
list_seq <- list(seq.17138.8 = data$seq.17138.8, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid confusion, I'd either A) use the already log10-transformed dataset to create the list for plotPDFlist()
, or B) explain that this example is starting with the "raw" RFU data, unlike the example above (for plotPDFbyGroup()
) which uses the log10-transformed dataset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm. I was trying to show the actual strength of plotPDFlist()
is that it doesn't matter what kind of data you're plotting, it could be RFU, but doesn't have to be. Perhaps we should simply simulate random normals for this one?
Do you think the lapply(list_seq, log10)
is unclear?
659cce2
to
72bed5e
Compare
72bed5e
to
97bf8c8
Compare
97bf8c8
to
62ca231
Compare
62ca231
to
395f5af
Compare
plotVolcanoHTML()
tooltip AptName field is wrong in vignette #6Change type
Please check the relevant box(es):
Choose reviewer(s)