GithubHelp home page GithubHelp logo

Comments (3)

ibecav avatar ibecav commented on June 18, 2024

I'll look at this next.

from ggstatsplot.

ibecav avatar ibecav commented on June 18, 2024

Okay I chased this one down. It's not your code. It works perfectly every where you control but fails when you get to line 390 and call ggcorrplot. Even if I try and deliberately pass it some number of digits it does not honor the call. So I tried calling it direct at the command line using the author's examples and it fails there too. Please see reprex.

library(ggcorrplot)
#> Loading required package: ggplot2
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
# Almost identical to help file example just selecting columns
corr <- mtcars %>% dplyr::select(mpg,hp,wt) %>% cor
ggcorrplot(corr, 
           type = "lower", 
           insig = "blank", 
           lab = TRUE, 
           digits = 4)

Created on 2018-12-17 by the reprex package (v0.2.1)

from ggstatsplot.

IndrajeetPatil avatar IndrajeetPatil commented on June 18, 2024

Thanks. I've made a PR (kassambara/ggcorrplot#16) there which should fix this.

from ggstatsplot.

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.