File: profvisOutput.Rd

package info (click to toggle)
r-cran-profvis 0.3.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: javascript: 1,943; ansic: 41; sh: 13; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/profvis.R
\name{profvisOutput}
\alias{profvisOutput}
\title{Widget output function for use in Shiny}
\usage{
profvisOutput(outputId, width = "100\%", height = "600px")
}
\arguments{
\item{outputId}{Output variable for profile visualization.}

\item{width}{Width of the htmlwidget.}

\item{height}{Height of the htmlwidget}
}
\description{
Widget output function for use in Shiny
}