mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 19:01:51 +02:00
rsi for freq
This commit is contained in:
@ -29,6 +29,7 @@ as.mic("<=0.002; S") # will return <=0.002
|
||||
|
||||
plot(mic_data)
|
||||
barplot(mic_data)
|
||||
freq(mic_data)
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{as.rsi}}
|
||||
|
@ -28,6 +28,7 @@ as.rsi("<= 0.002; S") # will return S
|
||||
|
||||
plot(rsi_data) # for percentages
|
||||
barplot(rsi_data) # for frequencies
|
||||
freq(rsi_data) # frequency table with informative header
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{as.mic}}
|
||||
|
Reference in New Issue
Block a user