search for: 20asis

Displaying 2 results from an estimated 2 matches for "20asis".

Did you mean: 20asan
2025 Apr 19
1
Is it odd or not? about I() function
...umeric" makes the axis/breaks computation fail, you'd have to dig into the machinery (or, ask on the ggplot issues list -- the questions there involving "AsIs" mostly refer to a separate use case for "AsIs" ... https://github.com/tidyverse/ggplot2/issues?q=is%3Aissue%20AsIs ) On 2025-04-18 9:46 p.m., Hiroto Miyoshi wrote: > Dear R expert > > I encountered a bewildering situation, about which > I am seeking help.? I wrote a following toy script > which can recreate the situation. > > --- the script begins here --- > ?? 1?? ? library(tidyve...
2025 Apr 19
1
Is it odd or not? about I() function
Dear R expert I encountered a bewildering situation, about which I am seeking help.? I wrote a following toy script which can recreate the situation. --- the script begins here --- ?? 1?? ? library(tidyverse) ?? 2?? ? library(rlist) ?? 3?? ? library(patchwork) ?? 4?? ? set.seed(42) ?? 5?? ? f <- function(x, y, z, x_axis) { ?? 6?? ??? rslt_with_I <- I(x^2 * 0.5) + I(x * y) ?? 7??