Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOlivoto committed Oct 14, 2023
1 parent 4df0b44 commit 10115ae
Show file tree
Hide file tree
Showing 42 changed files with 133 additions and 86 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## Minor improvements
* Arguments r, g, b, re, and nir now included in `analyze_objects()`, `analyze_objects_shp()`, and `image_view()`, allowing to correctly choose the image band.
* `image_segment_mask()` now has a `col_background` argument.
* Argument `width_at` included in `analyze_objects()`.

# pliman 2.0.1
## New functions
Expand Down
2 changes: 1 addition & 1 deletion R/utils_shp.R
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ plot_index_shp <- function(object,
vieweropt <- vieweropt[pmatch(viewer[[1]], vieweropt)]
if(vieweropt == "mapview"){
quant_var <- get_measures(object)$summary
quant_var <- quant_var[, c(1, 4, 5, 35:ncol(quant_var))]
quant_var <- quant_var[, c(1, 4:ncol(quant_var))]
quant_var$img <- gsub("obj", "shp", quant_var$img)
get_numeric_from_img <- function(x) {
as.numeric(gsub("shp", "", x))
Expand Down
5 changes: 3 additions & 2 deletions docs/articles/analyze_objects.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/leaf_area.html

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

2 changes: 1 addition & 1 deletion docs/articles/manipulation.html

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

126 changes: 63 additions & 63 deletions docs/articles/phytopatometry.html

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

Binary file modified docs/articles/phytopatometry_files/figure-html/disease2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/phytopatometry_files/figure-html/disease3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/phytopatometry_files/figure-html/disease4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/polygons.html

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

Binary file modified docs/articles/polygons_files/figure-html/unnamed-chunk-24-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/polygons_files/figure-html/unnamed-chunk-4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/polygons_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/segmentation.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 10115ae

Please sign in to comment.