28 setembro, 2021
x <- mean(1:10); x
## [1] 5.5
<-
mean
:
(
print
closure
: formals()
, body()
, environment()
C
special
builtin
base
nome_funcao(args)
list()
:argumentos <- list(x = 1:10, main = "Gráfico", xlab = "Eixo X", ylab = "Eixo Y") do.call(plot, argumentos)