Re: [R] Question about italics in legendg() - plotrix

2023-02-14 Thread Jim Lemon
Hi Nicole, plotrix is intended to be modular, that is, it builds plots step by step. This makes it easier to understand code that you haven't written or haven't seen for a while. Here is an example showing how to change the font using par(): library(plotrix) plot(0,type="n",xlim=c(0,1),ylim=c(-1,0

[R] ggVennDiagram

2023-02-14 Thread Dr. Brandon Guida via R-help
Hi all,  I'm creating Venn's using ggVennDiagram and I can print the intersection tibble using the process_region_data() function but I cannot figure out how to print the components of each intersection (the lists of intersection elements)? Can anyone help me here? Ultimately I want to extract t

Re: [R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-14 Thread Laurent Rhelp
It is great ! I had not thought to use the value 0 for the variables style1 and style2. I did not well understand when reading the documentation. Thank you Laurent Le 13/02/2023 à 19:04, Deepayan Sarkar a écrit : On Mon, Feb 13, 2023 at 3:48 AM Laurent Rhelp wrote: Dear R-Help-list, I w

Re: [R] TRCUKING 4

2023-02-14 Thread Rui Barradas
Às 03:22 de 14/02/2023, Mohammad Shoushary escreveu: Hi Guys, If I have a question, what is the best way to ask or post? On Tue, Nov 9, 2021 at 6:13 AM Rui Barradas wrote: Hello, We can't really answer your question, we don't have access to the file. But here are some questions/tips. 1. R i

[R] Plotting prediction curves and CIs from GAM models

2023-02-14 Thread Adriaan de Jong
Dear List member, My data are from 30 years of opportunistic counting of migratory Eurasian Curlew (Numenius arquata) during the core breeding season when the local population is supposed to be stable. My main objective is the trend in numbers over the years, but information about sighting effic

[R] Issue with Rmath standalone (dwilcox, pwilcox, qwilcox, rwilcox) with unif_rand()

2023-02-14 Thread Mark Clements via R-help
I may have found a bug in the Rmath standalone library when providing a user-defined random number generator (for context, I was investigating using Mersenne Twister with Rmath). The following C code does not compile using the Makefile: // test_fails.c #define MATHLIB_STANDALONE #include #incl