Updating the file path for proper inclusion of the background in the tearsheet.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5056 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c52d2d5f79
commit
1dcdebbc9e
|
|
@ -67,7 +67,7 @@ dproj = d[which(squid_fclanes %in% fclanes),];
|
|||
d2proj = d2[which(d2$"Project" %in% unique(dproj$"Project") & d2$"Sample" %in% dproj$"External ID"),];
|
||||
#}
|
||||
|
||||
tearsheetdrop <- "tearsheetdrop.jpg" #put the path to the tearsheet backdrop here
|
||||
tearsheetdrop <- "data/tearsheetdrop.jpg" #put the path to the tearsheet backdrop here
|
||||
|
||||
tearsheet<-function(){
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue