[R] Plotly

Jeff Reichman re|chm@nj @end|ng |rom @bcg|ob@|@net
Mon Nov 8 20:59:16 CET 2021


Bert

Ok I'll give that a shot too.

Jeff

-----Original Message-----
From: Bert Gunter <bgunter.4567 using gmail.com> 
Sent: Monday, November 8, 2021 1:16 PM
To: reichmanj using sbcglobal.net
Cc: R-help <r-help using r-project.org>
Subject: Re: [R] Plotly

As Plotly for R is a product of private company, your query is off topic here (though you may get a response if you are lucky). They have their own Help forum to which you should post instead:

https://community.plotly.com/c/graphing-libraries/r/9


Bert Gunter

"The trouble with having an open mind is that people keep coming along and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )

On Mon, Nov 8, 2021 at 10:25 AM Jeff Reichman <reichmanj using sbcglobal.net> wrote:
>
> R Help Forum
>
>
>
> Anyone know if there are Plotly issues ones need to be aware of. For 
> example I quite often receive the following error "Error in 
> dirname(to) : path too long." I find there is no one fix. Is there 
> some sort of Windows /Plotly naming restrictions???
>
>
>
> # create a line chart displaying launches by agency type, with 
> highlighting
>
> shared_launches %>%
>
>   plot_ly(x = ~launch_year, y = ~n, color = ~agency_type) %>%
>
>   add_lines() %>%
>
>   highlight()
>
>
>
> Jeff
>
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see 
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list