Centrum Wiskunde & Informatica (CWI)
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
git
DA
»
raaql-paper-experiments
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 2aece7dd2719
Branch filter:
master
Location:
DA/raaql-paper-experiments
/
defer.R
Show Full History
Show Authors
2aece7dd2719
79 B
text/S-plus
Show Annotation
Show as Raw
Download as Raw
Hannes Muehleisen
import
1
2
3
4
5
6
a
<-
1
:
10000
b
<-
sqrt
(
a
)
c
<-
b
[
1
:
10
]
print
(
c
)
d
<-
c
(
min
(
b
),
max
(
b
))
print
(
d
)