Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R
#R version 3.4.4 print("Hello, world!") x=c(5,-4,-3,-2,-1,0,1,2,3,4,5) y=1-abs(x) plot(x,y) plot(x,y, type='b') plot(x,y,col=2,type='b',xlim=c(-6,6),ylim=c(-6,6), main="22_dnyanesh",xlab="xaxis", ylab="yaxis") x=seq(-5, 5) y=-abs(x+2)+3 plot(x, y) plot(x, y, type='l',col=3,main="22_dnyanesh", xlab="xaxis", ylab="yaxis",xlim=c(-6,6),ylim=c(-6,6))
run
|
edit
|
history
|
help
0
errores resta
17-08-2020SitemaEqLin
l
Matrix
3dgraphics-and-curvesb
03-08-2020-Derivada-Numerica
Change text from ALL CAPS to Title Case
First R
sqrt.r
Guess the next number