search for: vicryl

Displaying 1 result from an estimated 1 matches for "vicryl".

2012 Feb 04
1
GGPLOT2: Distance of discrete values of from each end of x-axis
...do not have the same problem, so I guessing it is how I'm processing the data. I'd appreciate any pointers on how to adjust this and/or process the data correctly so it does not occur. The data file being imported is a combination of continuous, discrete and string variables. Thanks, Tom vicryl.wide <- read.table("C:/vicryl2.csv", header=TRUE, sep=",", na.strings=" ") library(reshape2) vicryl.long <- melt(vicryl.wide, id.vars=c("id_finger","sex"), measure.vars=c(&quot...