Re: [R] problem with plotting clustered data with convex hull using ggfortify

2021-10-24 Thread Karl Schilling
Dear Mr Barradas, thank you so much. After going back to the 4.1.1 version, the convex hulls were plotted again (R 4.1.0. Windows). Will forward all this to the package maintainer. But for the moment, your hint is of great help. Thank you, all my best Karl On 25.10.2021 00:32, Rui Barrada

Re: [R] problem with plotting clustered data with convex hull using ggfortify

2021-10-24 Thread Rui Barradas
Hello, R 4.1.1 on Ubuntu 20.04.3 LTS. I can reproduce this error. It happens with ggfortify 0.4.12 but not with 0.4.11. First ggfortify 0.4.11, notice the warnings. rui@rui:~$ R -q -f rhelp.R > library(ggfortify) Loading required package: ggplot2 > library(cluster) > > autoplot(fanny(iris[-

Re: [R] problem with plotting clustered data with convex hull using ggfortify

2021-10-24 Thread Bert Gunter
ggfortify is a (nonstandard) contributed package. Please note that per the posting guide linked below: "For questions about functions in standard packages distributed with R (see the FAQ Add-on packages in R ), ask questions on R-

[R] problem with plotting clustered data with convex hull using ggfortify

2021-10-24 Thread Karl Schilling
Dear all: I have some data that I want to cluster and display as groups surrounded by convex hulls. Here, i use the iris data as an example: library(ggfortify) autoplot(fanny(iris[-5], 3), frame = TRUE) I used this code before, about a year ago, and then it resulted in data surrounded by con

Re: [R] generate average frame from different data frames

2021-10-24 Thread Luigi Marongiu
Thanks for the tip! I'll check it out. On Sun, Oct 24, 2021 at 8:07 AM Jim Lemon wrote: > > Hi Luigi, > In that case you will want a binomial confidence interval. > > Jim > > On Sun, Oct 24, 2021 at 4:39 PM Luigi Marongiu > wrote: > > > > Thank you. Sorry for the fuzziness of the question but I