Questions tagged [r-plotly]

plotly is an R package to create interactive web-based visualizations via 'plotly.js'.

plotly is a plotting package for R used to create interactive data visualizations. For examples and documentation, visit the plotly website here.

Repository

Stable Version on Cran

1205 questions
-2
votes
1 answer

How to plot a heatmap with a color hex as the z direction component (plotly or ggplot prefered)

I want to plot a figure where my third dimension (Z) is defined by a color hex which is defined by the make up of three values. I have already converted three values into a hex using rgb(). I now have a data frame which has the x and y values as…
-2
votes
1 answer

How to create a pie chart with Rstudio flexdashboard?

I am new to Rstudio and I am tring to figure out how to create a dashboard with "flexdashboard" Here is my dataset ``` Country Refugees 1 Belgium 508645 2 France 2874490 3 Germany 10893516 4 Ireland…
Louis
  • 13
  • 5
-2
votes
1 answer

r-plotly - Need some advice

How can I use library(plotly) in R to bring the following plot into the web? library(quantregGrowth) data(growthData) m6<-gcrq(y~ps(x, lambda=seq(0,100,l=20)), tau=c(0.025,0.975), n.boot=10, data=growthData) plot(m6)
shoo
  • 87
  • 1
  • 11
-3
votes
1 answer

ggplot is plotting all my data into a single line

I am making a dashboard that plots an x and y input. However when both inputs are passed, ggplot plots my data into a singular line. I have also tried using plotly and I get no result altogether. Would someone be able to help with a working ggplot…
Bcarine
  • 35
  • 4
-4
votes
1 answer

Selective histogram in R

How would you implement something like this in R? Selection histogram Utilizing the scatterplot selection is the hard part. I haven't seen anything similar in Shiny or plotly.
dank
  • 303
  • 4
  • 20
1 2 3
80
81