search for: id_finger

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

2012 Feb 04
1
GGPLOT2: Distance of discrete values of from each end of x-axis
...nation 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"), variable.name="pre_post") names(vicryl.long)[names(vicryl.long)=="value"] <- "angle" levels(vicryl.long$pre_post)[levels(vicryl.long$...