Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
#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))
[
+
]
Show input
Absolute running time: 1.01 sec, cpu time: 0.82 sec, memory peak: 42 Mb, absolute service time: 1,31 sec
fork mode
|
history
|
discussion
[1] "Hello, world!"