Re: [R] [External] Re: [External] Re: Help please

2021-03-11 Thread Rasmus Liland
That is such a nice email crammed with useful info I'm sure Areti Panopoulou appreciates. JR signature.asc Description: PGP signature __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PL

Re: [R] [External] Re: [External] Re: Help please

2021-03-11 Thread Richard M. Heiberger
The likert() function in library(likert) is not the same as the likert() function in library(HH). The likert function in the likert package creates an object that needs to be plotted. For the likert package you left out the line plot(likert::likert(scrounging)) This plot is not consistent

Re: [R] [External] Re: Help please

2021-03-11 Thread Rasmus Liland
Dear Areti, this dcast data.frame presents the same info as Jim's barplot reshape2::dcast(data=scrounging, formula=behav~substr, fun.aggregate=length) yielding behav air ground tree vine 1 active 5 433 2 foraging 2 134

Re: [R] Color in stripchart

2021-03-11 Thread Rasmus Liland
Good for you! __ R-help@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, r