Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Permutations&Combinations
library(gtools) x <- c('red', 'blue', 'black') #pick 2 balls from the urn with replacement #get all permutations print("permutations") permutations(n=3,r=2,v=x,repeats.allowed=T) print("combinations") permutations(n=3,r=2,v=x,repeats.allowed=F)
run
|
edit
|
history
|
help
0
Estimate pi with uniform random numbers
19-08-2020-SeidelSistema
26-08-2020AjusteCurvaLineariza
hello world
14-09-2020GRam
ceiling.r
31-08-2020-Exemplo AjusteNaoL
Mietflächen clustern für flächenbasierte Prognosen
Get a variable name in string format
EulerEx1