Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
compounding position
#R version 3.3.2 y <- rnorm(20) y[1] <- 0.016 for (i in 2:20) { x = y[i-1] y[i] <- 1.11 * ( x + 0.1 * x ) } plot(y) print(y)
run
|
edit
|
history
|
help
0
Simple Plot
Rcode1
US births
Integracao-Interpolacaa
Stock Data - Basics
helloworld
Data frame
16-09-2020ExVitorc
Julia set variant 3
31-08-2020-Exemplo AjusteNaoL