Displaying 2 results from an estimated 2 matches for "popbydaybyaqiminus".
2025 Jan 21
3
ggplot with major and MINOR tick marks on a log scale
...h on which the y-axis is on the log scale. (see data and code, below.) I would like to add minor tick marks, which will also be on the log scale. The data and code are below. I hope somone can tell me how I can modify the ggplot code so it produces minor tick marks on a log scale.
Thank you,
John
?
PopByDayByAQIminus <- dget(
structure(list(Day = c("25", "25", "25", "25", "25", "25", "25",
"26", "26", "26", "26", "26", "26", "26", "27", "27&quo...
2025 Jan 21
1
ggplot with major and MINOR tick marks on a log scale
...is on the log scale. (see data and code, below.) I would like to add minor tick marks, which will also be on the log scale. The data and code are below. I hope somone can tell me how I can modify the ggplot code so it produces minor tick marks on a log scale.
> Thank you,
> John
>
> PopByDayByAQIminus <- dget(
> structure(list(Day = c("25", "25", "25", "25", "25", "25", "25",
> "26", "26", "26", "26", "26", "26", "26", "27", &...