GithubHelp home page GithubHelp logo

Comments (3)

cjyetman avatar cjyetman commented on June 11, 2024

I assume you're using RStudio? sunburstR creates an htmlwidget, which by default in RStudio displays in the viewer pane. You can turn off that default, causing the htmlwidget to display in your default web browser instead by doing this...

library(htmlwidgets)
library(sunburstR)

sequences <- read.csv(
  system.file("examples/visit-sequences.csv",package="sunburstR")
  ,header = FALSE
  ,stringsAsFactors = FALSE
)[1:100,]

sunburst(sequences, sizingPolicy = htmlwidgets::sizingPolicy(viewer.suppress = TRUE))

from sunburstr.

timelyportfolio avatar timelyportfolio commented on June 11, 2024

@cjyetman, very nice of you to jump in and answer. Thanks! Doesn't sound like @mashranga is in RStudio, but if so options(viewer = NULL) will default to the browser.

@mashrange, perhaps we should explain a little more. While windows() and x11() create graphic devices for rendering static content (usually png) from graphics, lattice, ggplot2, htmlwidgets produce HTML/CSS/JS that requires a browser (RStudio Viewer, Chrome, Firefox, etc.) to render.

from sunburstr.

cjyetman avatar cjyetman commented on June 11, 2024

When running my example code (for example) in the standard R GUI, it always opens in a new window (browser window)... that's why I assumed RStudio. :-)

from sunburstr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.