Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
K
#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
14-09-2020GRamLD
US births
In Class Project2
Sine approximation
SAMPLING
09-09-2020GramSchmdit
Condição de alinhamento entre três pontos
Ex11-03-21EdsonAmanda
Garima
Ex-02-02-21