diff --git a/R/cross-none.R b/R/cross-none.R index 8c30395b..c1848fec 100644 --- a/R/cross-none.R +++ b/R/cross-none.R @@ -1,4 +1,4 @@ -#' Add a plot to connect selected observations +#' Reset layout ordering and panel group #' #' @param data The dataset to use for the layout. By default, #' [`fortify_matrix()`] will convert the data to a matrix. This argument diff --git a/man/cross_none.Rd b/man/cross_none.Rd index a2efb1af..da5334f4 100644 --- a/man/cross_none.Rd +++ b/man/cross_none.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/cross-none.R \name{cross_none} \alias{cross_none} -\title{Add a plot to connect selected observations} +\title{Reset layout ordering and panel group} \usage{ cross_none(data = waiver(), inherit_panel = NULL, inherit_nobs = NULL) } @@ -19,5 +19,5 @@ panel group information.} number of observations.} } \description{ -Add a plot to connect selected observations +Reset layout ordering and panel group }