diff --git a/man/objHistory.Rd b/man/objHistory.Rd index f9abad18..e35be20c 100644 --- a/man/objHistory.Rd +++ b/man/objHistory.Rd @@ -4,10 +4,12 @@ \alias{objHistory} \title{Giotto object history} \usage{ -objHistory(object) +objHistory(object, summarized = FALSE) } \arguments{ \item{object}{giotto object} + +\item{summarized}{logical. whether print should be summarized} } \value{ list @@ -19,4 +21,5 @@ Print and return giotto object history g <- GiottoData::loadGiottoMini("visium") objHistory(g) +objHistory(g, summarized = TRUE) } diff --git a/man/update_giotto_params.Rd b/man/update_giotto_params.Rd index 9e607bf1..d757a958 100644 --- a/man/update_giotto_params.Rd +++ b/man/update_giotto_params.Rd @@ -19,7 +19,7 @@ update_giotto_params( \item{return_gobject}{logical. Whether the giotto object should be returned} \item{toplevel}{expected relative stackframe where call that is being -recorded was made} +recorded was made. If negative, param recording is skipped} } \value{ giotto object or list of parameters