Diff of /man/demuxVoltRon.Rd [000000] .. [413088]

Switch to unified view

a b/man/demuxVoltRon.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/image.R
3
\name{demuxVoltRon}
4
\alias{demuxVoltRon}
5
\title{demuxVoltRon}
6
\usage{
7
demuxVoltRon(
8
  object,
9
  max.pixel.size = 1200,
10
  use.points.only = FALSE,
11
  shiny.options = list(launch.browser = getOption("shiny.launch.browser", interactive()))
12
)
13
}
14
\arguments{
15
\item{object}{a VoltRon object}
16
17
\item{max.pixel.size}{the initial width of the object image}
18
19
\item{use.points.only}{use spatial points instead of the reference image}
20
21
\item{shiny.options}{a list of shiny options (launch.browser, host, port etc.) passed \code{options} arguement of \link{shinyApp}. For more information, see \link{runApp}}
22
}
23
\description{
24
Subsetting/demultiplexing of the VoltRon Object using interactive shiny app
25
}