Skip to content

Commit 0a87ea0

Browse files
committed
updated lin2tcm_inpshiftProfile
1 parent 8d0e6c4 commit 0a87ea0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

R/kinfitr_lin2tcm.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,10 @@ plot_lin2tcmfit <- function(lin2tcmout, roiname = NULL) {
357357
#' t_parentfrac = 1, parentfrac = 1
358358
#' )
359359
#'
360-
#' lin2tcm_inpshiftProfile(t_tac, tac, input, weights)
361-
#' lin2tcm_inpshiftProfile(t_tac, tac, input, weights, dur = dur)
362-
#' lin2tcm_inpshiftProfile(t_tac, tac, input, weights, vB=0.05,
360+
#' lin2tcm_inpshiftProfile(t_tac, tac, input, weights,
361+
#' inpshift_vals = seq(-0.5, 0.5, length.out=101))
362+
#' lin2tcm_inpshiftProfile(t_tac, tac, input, dur = dur)
363+
#' lin2tcm_inpshiftProfile(t_tac, tac, input, vB=0.05,
363364
#' frameStartEnd = c(1,15))
364365
#'
365366
#' @author Granville J Matheson, \email{mathesong@@gmail.com}

man/lin2tcm_inpshiftProfile.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)