Description Usage Arguments Details See Also Examples
kzpdr.tol will help to find the feasible tolerance settings for 
the wave parameter estimation.
1  | 
rec | 
 Data list from the outputs of function   | 
t.D | 
 Vector for search range of direction tolerance. Default is 1:10 (in degree).  | 
t.F | 
 Vector for search range of frequency tolerance. Default value is c(0.01).  | 
Since the expected wave number is known(see kzpdr.spikes), we can  
search for the tolerance settings that would generate estimations with wave
number in this range. A table will be presented to summary feasible settings.
The searching process would stop when it finsihed the search range, or the increasing of the tolerance led to null result.
kzpdr, kzpdr.eval
kzpdr.valid, kzpdr.spikes
1 2 3 4 5  | # load pre-saved data 
data(kzpdr.demo); 
# search for tolerance 
kzpdr.tol(kzpdr.demo, t.D = c(1,2,3), t.F = 0.005)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.