xsubset | R Documentation |
Extract or set the value of the Subset slot of an "xpose.data" object.
xsubset(object)
xsubset(object) <- value
object |
An "xpose.data" object. |
value |
A string with the subset expression. |
The subset string has the same syntax as the subset argument to, e.g.
panel.xyplot
. Note, however, that the "xpose.data" subset is not used
as an argument to panel.xyplot
. It is intended as the subset argument
to the Data
and SData
functions.
A string representing the subset expression.
xsubset(object) <- value
: assign value with a string representing the subset expression
Niclas Jonsson
Data
, SData
Other data functions:
add_transformed_columns
,
change_graphical_parameters
,
change_misc_parameters
,
compute.cwres()
,
data.checkout()
,
data_extract_or_assign
,
db.names()
,
export.graph.par()
,
export.variable.definitions()
,
import.graph.par()
,
import.variable.definitions()
,
make.sb.data()
,
nsim()
,
par_cov_summary
,
read.TTE.sim.data()
,
read.nm.tables()
,
read_NM_output
,
read_nm_table()
,
simprazExample()
,
tabulate.parameters()
,
xlabel()
,
xpose.data
,
xpose.print()
,
xpose4-package
xpdb <- simpraz.xpdb
xsubset(xpdb) <- "DV > 0"
xsubset(xpdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.