Skip to content

Commit

Permalink
sync man & namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet committed Oct 17, 2024
1 parent b80512f commit 6f98b88
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 51 deletions.
11 changes: 11 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ S3method(contourview,"function")
S3method(contourview,Kriging)
S3method(contourview,NoiseKriging)
S3method(contourview,NuggetKriging)
S3method(contourview,character)
S3method(contourview,glm)
S3method(contourview,km)
S3method(contourview,list)
S3method(contourview,matrix)
S3method(filledcontourview,"function")
S3method(filledcontourview,Kriging)
S3method(filledcontourview,NoiseKriging)
S3method(filledcontourview,NuggetKriging)
S3method(filledcontourview,glm)
S3method(filledcontourview,km)
S3method(filledcontourview,list)
S3method(sectionview,"function")
S3method(sectionview,Kriging)
S3method(sectionview,NoiseKriging)
S3method(sectionview,NuggetKriging)
S3method(sectionview,character)
S3method(sectionview,glm)
S3method(sectionview,km)
S3method(sectionview,list)
Expand All @@ -20,6 +29,7 @@ S3method(sectionview3d,"function")
S3method(sectionview3d,Kriging)
S3method(sectionview3d,NoiseKriging)
S3method(sectionview3d,NuggetKriging)
S3method(sectionview3d,character)
S3method(sectionview3d,glm)
S3method(sectionview3d,km)
S3method(sectionview3d,list)
Expand All @@ -30,6 +40,7 @@ export(Vectorize.function)
export(are_in.mesh)
export(branin)
export(contourview)
export(filledcontourview)
export(is.mesh)
export(is_in.mesh)
export(is_in.p)
Expand Down
11 changes: 10 additions & 1 deletion man/Vectorize.function.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 53 additions & 19 deletions man/contourview.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f98b88

Please sign in to comment.