-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.67 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(plot,strike)
S3method(summary,parameters)
S3method(summary,strike)
export(app)
export(app2)
export(derivative)
export(dynamics)
export(fillplot)
export(knot2mps)
export(lethalityIndexFromStress)
export(mps2knot)
export(parameters)
export(pin)
export(shipAreaFromMass)
export(shipWaterForce)
export(stressFromLethalityIndex)
export(stressFromStrainFunction)
export(strike)
export(updateParameters)
export(whaleAreaFromLength)
export(whaleCompressionForce)
export(whaleLengthFromMass)
export(whaleMassFromLength)
export(whaleSkinForce)
export(whaleWaterForce)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,card)
importFrom(bslib,card_header)
importFrom(bslib,sidebar)
importFrom(bslib,tooltip)
importFrom(deSolve,lsoda)
importFrom(grDevices,hcl)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,h6)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,renderPlot)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,sliderInput)
importFrom(shiny,stopApp)
importFrom(shiny,updateSliderInput)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,runmed)
importFrom(stats,uniroot)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)