File: view.table.Rd

package info (click to toggle)
r-cran-rcdk 3.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 888 kB
  • sloc: makefile: 14; sh: 13
file content (18 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (2)
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/visual.R
\name{view.table}
\alias{view.table}
\title{view.table}
\usage{
view.table(molecules, dat, depictor = NULL)
}
\arguments{
\item{molecules}{A list of molecule objects (`jobjRef` representing an `IAtomContainer`)}

\item{dat}{The \code{data.frame} associated with the molecules, one per row}

\item{depictor}{Default \code{NULL}}
}
\description{
Create a tabular view of a set of molecules (in 2D) and associated data columns
}