dicook / nullabor

Tools for doing statistical inference using data plots
http://dicook.github.io/nullabor/
56 stars 10 forks source link

Making decrypt accessible #19

Closed emitanaka closed 5 days ago

emitanaka commented 2 years ago

At the moment the decryption of lineup() is printed as a message and it's hard to capture it programmatically. I wonder perhaps saving this to .Last.value or some special function to extract it will be useful? (Or maybe there is one already?)

dicook commented 2 years ago

Yes, it's been an issue. We had looked at this before but there wasn't a good way to do this.

The best approach is to generate the position outside of the lineup function, and pass it in with the pos argument.

emitanaka commented 2 years ago

You can just add it as an attribute to the object.

dicook commented 2 years ago

Ok, want to do the pull request