Re: [R] [External] Package for "design graphs"

2021-08-19 Thread Rui Barradas
Hello, Here is a igraph function to plot the graph as bipartite graph (which it is). The reordering of the input dataframe columns, the order() call and vertex label distance value are a hack, and the plot could use the dots argument to allow the user to choose other custom graphics elements.

Re: [R] [External] Package for "design graphs"

2021-08-18 Thread David Winsemius
The only person who got the image was Richard. The rest of us got the posting from the list server which stripped you image. If it had been a pdf or png I think it might have survived the digital journey rather than being blown to bits. On 8/18/21 7:29 AM, mad...@gmail.com wrote: I have

Re: [R] [External] Package for "design graphs"

2021-08-18 Thread Richard M. Heiberger
Thank you for the example. Here is a simple function in base graphics that does what you ask for. You can turn off the default borders and ticks and tick labels and xlab and ylab, and add your own x tick labels, and then it will look exactly like the example you sent. Rich expt1 <-

Re: [R] [External] Package for "design graphs"

2021-08-18 Thread madsmh
I have attached a photo from our book E. Hansen "Introduktion til matematisk statistik" the numbers represent the labels of one factor while the letters represent the labels of anothr factor. .. Mads On Tue, 2021-08-17 at 22:42 +, Richard M. Heiberger wrote: > can you post an example of

Re: [R] [External] Package for "design graphs"

2021-08-17 Thread Richard M. Heiberger
can you post an example of the graph? From: R-help on behalf of mad...@gmail.com Sent: Tuesday, August 17, 2021 16:02 To: r-help@r-project.org Subject: [External] [R] Package for "design graphs" Hi, in our course littrature a "design graph" of two factors R