createDataframe
saves the calculated resistance, perseverence and sensitivity estimates
createDataframe(projectName, clearHalo, diskDiam = 6, maxDist = 30, standardLoc = 2.5, removeClear = FALSE, nameVector = TRUE, typeVector = TRUE, typePlace = 2, typeName = "type")
plotRaw
(the red dashed line). To suppress this standardization use standardLoc = FALSE.nameVector
= "TRUE" to assign the photograph name to the 'name' column, nameVector
= "FALSE" to assign th photograph number to the 'name' column, or nameVector
= a vector the same length as the number of photographs indicating the desired names.typeVector
= "TRUE" will add a 'type' vector to the dataframe using values found in the typePlace
position of the photograph names (see IJMacro
for more details) while typeVector
= "FALSE" will not add a type column.IJMacro
nameVector
, either photograph names, photograph numbers, or a user-supplied list of names
namesVector
; everything that comes before the first "_" in the photograph name
name
of the phograph type is supplied by typePlace
. Use addType
if more than one type column are desired.
## Not run:
# createDataframe("myProject", clearHalo=1)
# createDataframe("myProject", clearHalo=1, removeClear = TRUE, typeName = "drugAmt")
# ## End(Not run)
Run the code above in your browser using DataLab