-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracting numeric (key) quantities #29
Open
sbreitbart-NOAA
wants to merge
39
commits into
master
Choose a base branch
from
key-quantities
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+982
−264
Open
Changes from 19 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
13b10ff
Wrote code to extract numeric quantities for values associated with b…
sbreitbart-NOAA c429faa
Wrote code to extract numeric quantities for values associated with r…
sbreitbart-NOAA 6b591d1
removed "div" from Kobe plot object names; shortened est stock recrui…
sbreitbart-NOAA 18d3a2c
Wrote code to extract numeric quantities for values associated with b…
sbreitbart-NOAA 6fe9e26
Wrote code to extract numeric quantities for values associated with r…
sbreitbart-NOAA f52c894
removed "div" from Kobe plot object names; shortened est stock recrui…
sbreitbart-NOAA e46e85e
Merge branch 'key-quantities' of https://github.com/nmfs-ost/satf int…
sbreitbart-NOAA 60004af
replacing repeated string with internal data
sbreitbart-NOAA 03ff4c9
update(write_captions):
sbreitbart-NOAA 403751e
update(utils): updated file.path() --> fs:::path()
sbreitbart-NOAA 1cb2682
fixed documentation for multiple plotting fxns, and updated associate…
sbreitbart-NOAA f75554f
Merge branch 'master' into key-quantities
sbreitbart-NOAA c652a4d
feature(plot_recruitment): add option to append relative recruitment …
Schiano-NOAA a491edb
update(write_captions):
sbreitbart-NOAA 284aee5
removed make_rda param from exp_all_figs_tables.R and updated documen…
sbreitbart-NOAA f5952b5
Merge pull request #33 from nmfs-ost/update-rda
sbreitbart-NOAA 6e4a3de
feature(plot_biomass, plot_spawning_biomass): add option to append re…
sbreitbart-NOAA 12d369d
Updating captions and alt text with quantities for relative B, SSB, r…
sbreitbart-NOAA d23331e
-updated write_captions quantities to be numeric and round to nearest…
sbreitbart-NOAA 6eac0bd
update documentation
sbreitbart-NOAA a92e893
fix(b and sb plots): reformat plots so they still fxn even missing th…
Schiano-NOAA 91a77c3
feature(plot_biomass): add annotation for reference line
Schiano-NOAA bf38ef8
fix double + in plot_biomass plot
Schiano-NOAA 742c212
Merge pull request #34 from nmfs-ost/fix-b-sb-lines
Schiano-NOAA 094ac58
Wrote code to extract numeric quantities for values associated with b…
sbreitbart-NOAA c73caa5
Wrote code to extract numeric quantities for values associated with r…
sbreitbart-NOAA 69fcf9a
removed "div" from Kobe plot object names; shortened est stock recrui…
sbreitbart-NOAA 884446a
replacing repeated string with internal data
sbreitbart-NOAA 9574048
update(write_captions):
sbreitbart-NOAA f36fff3
update(utils): updated file.path() --> fs:::path()
sbreitbart-NOAA 97feaba
fixed documentation for multiple plotting fxns, and updated associate…
sbreitbart-NOAA 37eb7c2
feature(plot_recruitment): add option to append relative recruitment …
Schiano-NOAA 7b020fc
update(write_captions):
sbreitbart-NOAA ce8a5e3
feature(plot_biomass, plot_spawning_biomass): add option to append re…
sbreitbart-NOAA 9371371
Updating captions and alt text with quantities for relative B, SSB, r…
sbreitbart-NOAA 27ca83b
-updated write_captions quantities to be numeric and round to nearest…
sbreitbart-NOAA 8978341
Merge branch 'key-quantities' of https://github.com/nmfs-ost/satf int…
sbreitbart-NOAA dc2cc92
update(write_captions):
sbreitbart-NOAA dc17837
Changed underscores to periods in key quantities to avoid issues with…
sbreitbart-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you take this out of the arguments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because if the user is using this function (to export all figs/tables), that implies that all figures and tables will be exported as rda files. So, make_rda would always be true.