The first article had no code and did not describe a formula that I could find
which matched your code. The second article is behind a paywall.
—
David.
Sent from my iPhone
> On Sep 3, 2022, at 3:39 PM, Bogdan Tanasa wrote:
>
>
> Dear Aaron, David, and everyone,
>
> Thank you again for
The same is true for any function call; switch() is not special in this
regard.
> f <- function(x, ...) list(...)
> f("x"=1, "2"=2, `3`=3)
$`2`
[1] 2
$`3`
[1] 3
The backticks are required when defining a function with a non-syntactical
name, but the call can use either form.
> f <- function(x,
Do not learn a new software unless you must. I would find a copy of
"Geocomputation with R" and skim through it to see if it has figures or
chapter/section titles that would suggest that it can do all of the tasks I
need. If the answer looks even close to "yes" then I would go that route
becaus
3 matches
Mail list logo