-
Hello
I'm trying to customize a source_spct plot with theming.
Using
```
ggplot(sun.spct) + geom_spct() + theme(plot.title = element_text(hjust = 0.5, size = 14, face = "bold"),
…
-
Hello
the paper with DOI contains a review of several methods to express the distance between two spectra.
Its most significant contribution is IMHO to normalize an energy spectrum by its integr…
-
Hello
the graph obtained as
```r
autoplot(ciev2.spct)
```
looks "strange" to me. The maximum is at 556 nm, there are a few bumps in the curve; one around 460 nm, the other at 570 nm.
The d…
-
Here is a reproducible example.
```{r}
library(tidyverse)
library(rmarkdown)
library(knitr)
library(kableExtra)
dt %
column_spec(1, bold = T) %>%
kable_as_image()
```
This is XeTeX, …
-
- [ ] CA-A CANCER JOURNAL FOR CLINICIANS
- [ ] LANCET
- [ ] NEW ENGLAND JOURNAL OF MEDICINE
- [ ] JAMA-JOURNAL OF THE AMERICAN MEDICAL ASSOCIATION
- [ ] NATURE REVIEWS MOLECULAR CELL BIOLOGY
…
-
Hi @aphalo , first of all thanks for the nice package, really useful extensions here!
One question - we are currently looking into this package (actually only a few of its functions) to use for cas…
-
Hello
the following code:
```r
myciev2.spct
-
Hi!
Thank you for the outstanding work on ggpmisc!
Over the past few days, I've been attempting, albeit unsuccessfully, to implement ggpmisc's stat_ma_eq and stat_ma_line within the upper plots …
-
@teunbrand @thomasp85
I noticed this problem because locally checking 'ggspectra' started triggering multiple NOTEs for too-long a runing time for examples (as much as 20s), as well as the unit tes…
-
These days I used your nice package, It looks brilliant. I got a minor question.
I want to save the values of peaks into a new file, but now i can only plot the values in the figure. Is there any…