search for: xside

Displaying 2 results from an estimated 2 matches for "xside".

Did you mean: side
2002 Feb 12
0
Plotting with direction of axes reversed.
...) is enclosed below. My thanks to Herberto Ghezzo for spotting the bug and for helping to test the revised version. cheers, Rolf Turner rolf at math.unb.ca ===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=== rplot <- function(x, y, xrev = F, yrev = T, xside = if(yrev) 3 else 1, yside = if(xrev) 4 else 2, xlab = NULL, ylab = NULL, bty = NULL, ...) { # # Function rplot --- r for ``reverse'' (to reverse the direction of # axes). # # Copyright (C) 1996 by T. Rolf Turner, University of New Brunswick. # # Permissi...
2013 Nov 01
1
Package(s) for making waffle plot-like figures?
Dear all, I am trying to make a series of waffle plot-like figures for my data to visualize the ratios of amino acid residues at each position. For each one of 37 positions, there may be one to four different amino acid residues. So the data consist of the positions, what residues are there, and the ratios of residues. The ratios of residues at a position add up to 100, or close to 100 (more on