diff --git a/R/labelImageRegistration.R b/R/labelImageRegistration.R index e2847a0c..77133ee4 100644 --- a/R/labelImageRegistration.R +++ b/R/labelImageRegistration.R @@ -250,7 +250,7 @@ labelImageRegistration <- function( fixedLabelImages, movingLabelImages, ! is.vector( typeOfDeformableTransform[[6]] ) || ! is.vector( typeOfDeformableTransform[[7]] ) ) { - stop( "Incorrect specification for typeOfDeformableTransform." ) + stop( "Incorrect specification for typeOfDeformableTransform. See help menu." ) } synTransform <- typeOfDeformableTransform[[1]] gradientStep <- typeOfDeformableTransform[[2]]