diff --git a/man/innsight_ggplot2-indexing.Rd b/man/innsight_ggplot2-indexing.Rd index a850016..ac00c3a 100644 --- a/man/innsight_ggplot2-indexing.Rd +++ b/man/innsight_ggplot2-indexing.Rd @@ -1,23 +1,21 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/innsight_ggplot2.R -\name{[,innsight_ggplot2,ANY,ANY,ANY-method} -\alias{[,innsight_ggplot2,ANY,ANY,ANY-method} +\name{[,innsight_ggplot2-method} \alias{[,innsight_ggplot2-method} \alias{[.innsight_ggplot2} \alias{[[,innsight_ggplot2-method} \alias{[[.innsight_ggplot2} -\alias{[<-,innsight_ggplot2,ANY,ANY,ANY-method} \alias{[<-,innsight_ggplot2-method} \alias{[<-.innsight_ggplot2} \alias{[[<-,innsight_ggplot2-method} \alias{[[<-.innsight_ggplot2} \title{Indexing plots of \code{innsight_ggplot2}} \usage{ -\S4method{[}{innsight_ggplot2,ANY,ANY,ANY}(x, i, j, ..., restyle = TRUE, drop = TRUE) +\S4method{[}{innsight_ggplot2}(x, i, j, ..., restyle = TRUE, drop = TRUE) \S4method{[[}{innsight_ggplot2}(x, i, j, ..., restyle = TRUE) -\S4method{[}{innsight_ggplot2,ANY,ANY,ANY}(x, i, j, ...) <- value +\S4method{[}{innsight_ggplot2}(x, i, j, ...) <- value \S4method{[[}{innsight_ggplot2}(x, i, j, ...) <- value } diff --git a/man/innsight_plotly-indexing.Rd b/man/innsight_plotly-indexing.Rd index 2eed740..1d84ae6 100644 --- a/man/innsight_plotly-indexing.Rd +++ b/man/innsight_plotly-indexing.Rd @@ -1,14 +1,13 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/innsight_plotly.R -\name{[,innsight_plotly,ANY,ANY,ANY-method} -\alias{[,innsight_plotly,ANY,ANY,ANY-method} +\name{[,innsight_plotly-method} \alias{[,innsight_plotly-method} \alias{[.innsight_plotly} \alias{[[,innsight_plotly-method} \alias{[[.innsight_plotly} \title{Indexing plots of \code{innsight_plotly}} \usage{ -\S4method{[}{innsight_plotly,ANY,ANY,ANY}(x, i, j, ..., drop = TRUE) +\S4method{[}{innsight_plotly}(x, i, j, ..., drop = TRUE) \S4method{[[}{innsight_plotly}(x, i, j, ..., drop) }