Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow users to add their own plots to personal panel #14

Closed
jgabry opened this issue Feb 28, 2015 · 2 comments
Closed

allow users to add their own plots to personal panel #14

jgabry opened this issue Feb 28, 2015 · 2 comments
Assignees

Comments

@jgabry
Copy link
Member

jgabry commented Feb 28, 2015

Add a new tab for displaying user's personal plots. They can add plots by

  • pointing shinyStan to a ggplot2 object in their R global environment
  • uploading .RData file containing a ggplot2 object
  • upload an image (e.g. png, etc.)
@jgabry jgabry self-assigned this Feb 28, 2015
@bob-carpenter
Copy link

Given that R allows functions as arguments, you might even allow
this to take a function definition from the user that maps a
sample to a plot --- then it could potentially be redrawn if Stan's
re-run.

On Mar 1, 2015, at 10:22 AM, Jonah Gabry notifications@github.com wrote:

Add a new tab for displaying user's personal plots. They can add plots by

• pointing shinyStan to a ggplot2 object in their R global environment
• uploading .RData file containing a ggplot2 object
• upload an image (e.g. png, etc.)

Reply to this email directly or view it on GitHub.

@jgabry
Copy link
Member Author

jgabry commented Mar 1, 2015

Now that's a cool idea!

On Sat, Feb 28, 2015 at 6:58 PM, Bob Carpenter notifications@github.com
wrote:

Given that R allows functions as arguments, you might even allow
this to take a function definition from the user that maps a
sample to a plot --- then it could potentially be redrawn if Stan's
re-run.

On Mar 1, 2015, at 10:22 AM, Jonah Gabry notifications@github.com
wrote:

Add a new tab for displaying user's personal plots. They can add plots by

• pointing shinyStan to a ggplot2 object in their R global environment
• uploading .RData file containing a ggplot2 object
• upload an image (e.g. png, etc.)

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#14 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants