Archived
1
0
forked from rarias/bscpkgs

examples: Add granularity examples

This commit is contained in:
2021-03-12 19:33:40 +01:00
parent f0ae0df341
commit c41456412c
4 changed files with 390 additions and 0 deletions

View File

@@ -74,4 +74,8 @@ in
"osu/bwShm" = osu.bwShm;
"heat/cache" = heat.cache;
};
examples = with exp.examples; {
granularity = stdPlot ./examples/granularity.R [ granularity ];
};
}