Description Usage Arguments Value Author(s)
Accessors for slots in AcousticEvent and AcousticStudy objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | settings(x, ...)
## S4 method for signature 'AcousticEvent'
settings(x, ...)
settings(x) <- value
## S4 replacement method for signature 'AcousticEvent'
settings(x) <- value
localizations(x, ...)
## S4 method for signature 'AcousticEvent'
localizations(x, ...)
localizations(x) <- value
## S4 replacement method for signature 'AcousticEvent'
localizations(x) <- value
id(x, ...)
## S4 method for signature 'AcousticEvent'
id(x, ...)
id(x) <- value
## S4 replacement method for signature 'AcousticEvent'
id(x) <- value
detectors(x, ...)
## S4 method for signature 'AcousticEvent'
detectors(x, ...)
detectors(x) <- value
## S4 replacement method for signature 'AcousticEvent'
detectors(x) <- value
species(x, ...)
## S4 method for signature 'AcousticEvent'
species(x, ...)
species(x) <- value
## S4 replacement method for signature 'AcousticEvent'
species(x) <- value
files(x, ...)
## S4 method for signature 'AcousticEvent'
files(x, ...)
files(x) <- value
## S4 replacement method for signature 'AcousticEvent'
files(x) <- value
ancillary(x, ...)
## S4 method for signature 'AcousticEvent'
ancillary(x, ...)
ancillary(x) <- value
## S4 replacement method for signature 'AcousticEvent'
ancillary(x) <- value
## S4 method for signature 'AcousticEvent,ANY,ANY'
x[i]
## S4 replacement method for signature 'AcousticEvent,ANY,ANY,ANY'
x[i] <- value
## S4 method for signature 'AcousticEvent'
x$name
## S4 replacement method for signature 'AcousticEvent'
x$name <- value
## S4 method for signature 'AcousticEvent,ANY,ANY'
x[[i]]
## S4 replacement method for signature 'AcousticEvent,ANY,ANY,ANY'
x[[i]] <- value
## S4 method for signature 'AcousticStudy'
id(x, ...)
## S4 replacement method for signature 'AcousticStudy'
id(x) <- value
## S4 method for signature 'AcousticStudy'
files(x, ...)
## S4 replacement method for signature 'AcousticStudy'
files(x) <- value
gps(x, ...)
## S4 method for signature 'AcousticStudy'
gps(x, ...)
gps(x) <- value
## S4 replacement method for signature 'AcousticStudy'
gps(x) <- value
## S4 method for signature 'AcousticStudy'
detectors(x, ...)
events(x, ...)
## S4 method for signature 'AcousticStudy'
events(x, ...)
events(x) <- value
## S4 replacement method for signature 'AcousticStudy'
events(x) <- value
## S4 method for signature 'AcousticStudy'
settings(x, ...)
## S4 replacement method for signature 'AcousticStudy'
settings(x) <- value
effort(x, ...)
## S4 method for signature 'AcousticStudy'
effort(x, ...)
effort(x) <- value
## S4 replacement method for signature 'AcousticStudy'
effort(x) <- value
prs(x, ...)
## S4 method for signature 'AcousticStudy'
prs(x, ...)
prs(x) <- value
## S4 replacement method for signature 'AcousticStudy'
prs(x) <- value
## S4 method for signature 'AcousticStudy'
ancillary(x, ...)
## S4 replacement method for signature 'AcousticStudy'
ancillary(x) <- value
models(x, ...)
## S4 method for signature 'AcousticStudy'
models(x, ...)
models(x) <- value
## S4 replacement method for signature 'AcousticStudy'
models(x) <- value
## S4 method for signature 'AcousticStudy,ANY,ANY'
x[i]
## S4 replacement method for signature 'AcousticStudy,ANY,ANY,ANY'
x[i] <- value
## S4 method for signature 'AcousticStudy'
x$name
## S4 replacement method for signature 'AcousticStudy'
x$name <- value
## S4 method for signature 'AcousticStudy,ANY,ANY'
x[[i]]
## S4 replacement method for signature 'AcousticStudy,ANY,ANY,ANY'
x[[i]] <- value
|
x |
a AcousticEvent or AcousticStudy object |
... |
other arguments to pass to methods |
value |
value to assign with accessor |
i |
index of the object to access |
name |
name of the object to access |
a unique id or name for this object
a named list of settings for each detector and localization or recorder
a list of detector data frames
list of localizations
list of species classifications
list of files used to create this object
a list of AcousticEvent objects
a dataframe containing gps data
the PAMrSettings object used to create this
something about effort?
miscellaneous extra data
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.