Archived
1
0
forked from rarias/bscpkgs

creams: add figures for scalability

This commit is contained in:
2020-12-18 12:26:40 +01:00
parent ed5f6bc22b
commit 76f2ef4b95
2 changed files with 114 additions and 0 deletions

View File

@@ -54,4 +54,11 @@ in
dataset = test;
};
};
creams = {
ss = with ds.creams; rPlot {
script = ./creams/ss.R;
dataset = ss.all;
};
};
}