[R] Extracting Plot Arguments

2024-02-22 Thread Reed A. Cartwright
the results and side-effects. Thanks, Reed -- Reed A. Cartwright, PhD Associate Professor of Genomics, Evolution, and Bioinformatics School of Life Sciences and The Biodesign Institute Arizona State University == Address: The Biodesign Institute, PO Box 876401, Tempe, AZ 85287-6401 USA

Re: [R] Capturing Function Arguments

2024-02-19 Thread Reed A. Cartwright
t;function_call")) }) environment(f) <- env return(f) } # example usage hist <- capture(graphics::hist.default) formals(hist) <- c(formals(hist), list(xname = NA_character_)) ``` On Sun, Feb 18, 2024 at 4:17 AM Ivan Krylov wrote: > > В Sat, 17 Feb 2024 11:15:43 -0700 > &

[R] Capturing Function Arguments

2024-02-18 Thread Reed A. Cartwright
yone knows how to get this to work, I would appreciate the help. Thanks, Reed -- Reed A. Cartwright, PhD Associate Professor of Genomics, Evolution, and Bioinformatics School of Life Sciences and The Biodesign Institute Arizona State University == Address: The Biodesign Institute, PO