data(pwed_pd)
data(spcolmap)
pwed_pd_list <- matrix2list.2(pwed_pd)
lm1 <- c("V1_3","V1_5")
#scatter plot of LM1-LM3 length against LM1-LM5 length for the ventral anchors
tpColorPlot2d(pwed_pd[,colnames(pwed_pd) %in% lm1], labcol=spcolmap$color,
xlab=expression(paste("V1_3 ", "(", italic(mu),"m", ")")),
ylab=expression(paste("V1_5 ", "(", italic(mu),"m", ")")), centroid=TRUE)
Run the code above in your browser using DataLab