search for: vicryl2

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

Did you mean: vicryl
2012 Feb 04
1
GGPLOT2: Distance of discrete values of from each end of x-axis
...ssing 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("pre_angle_r", "post_angle_r&...