subset_select | R Documentation |
Select subsets of two components of ground motions.
subset_select(data1, data2, fraction, length, time_dt, type_return)
data1 |
One horizontal component of ground motions |
data2 |
Another horizontal component of ground motions |
fraction |
A factor to specify how much subset will be selected. 0 means select all dataset. |
length |
The minimum length of two input time sereis, integer type |
time_dt |
Time step, double type |
type_return |
Either 1 or 2. It specifies what does this |
subset_select
returns two subsets of data1
and data2
, or a threshold value.
It depends on type_return
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.