R/Globals.R

# For checking package build
#
# Making some variables as "global" to clean up
# the package check. 
# countour_plot: .output.
# slice_plot: .output.
# vectorfield_plot: x_start, x_end, y_start, y_end
# 
utils::globalVariables(c(
  ".output.", "x_start", "y_start", "x_end", "y_end"
))

Try the mosaicCalc package in your browser

Any scripts or data that you put into this service are public.

mosaicCalc documentation built on Sept. 11, 2024, 9:10 p.m.