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
As1-1
Desktop-Sprite-image-Interval
First blood
16-09-2020
For loops Example
Which one is which !
Rcode1
Read input in R console
Roll of a two dice
Assignmentno1 (3351)