nalimilan / FreqTables.jl

Frequency tables in Julia
Other
89 stars 19 forks source link

Update README with integer dimension example #29

Closed mcmcgrath13 closed 6 years ago

mcmcgrath13 commented 6 years ago

Add an example using an integer dimension to highlight the need to use Name(i) style indexing with the result of freqtable

nalimilan commented 6 years ago

Thanks. Would you mind using a non-random example instead, so that copying the code gives exactly the same result? BTW, using a smaller number of values would be simpler.

mcmcgrath13 commented 6 years ago

@nalimilan all set

nalimilan commented 6 years ago

Thanks!

bkamins commented 6 years ago

@mcmcgrath13 Could you please add it also as a test case in tests?