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

Can I save interactive hyp_emap and keep its features? #16

Closed
manostz opened this issue Jan 23, 2020 · 1 comment
Closed

Can I save interactive hyp_emap and keep its features? #16

manostz opened this issue Jan 23, 2020 · 1 comment

Comments

@manostz
Copy link

manostz commented Jan 23, 2020

Is there a way to save interactive hyp_emap objects (as an htlm?) and keep its features like zooming/collapsing etc? Whenever I try to save the object as an htlm using the RStudio interface I get the following error:
Error: pandoc document conversion failed with error 127

@anfederico
Copy link
Collaborator

anfederico commented Jan 23, 2020

The best way to save plots generated with hyp_emap() is to use it in the context of an R markdown document. Something like:

```{r fig.width=12, fig.height=12}

hyp_emap(hyp)

...

Or you could generate the markdown report with the plot from an R script using rmarkdown::render()

@manostz manostz closed this as completed Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants