Skip to content

Commit

Permalink
Documentación yml
Browse files Browse the repository at this point in the history
Se documento y ajusto el .yml
  • Loading branch information
biorey committed Feb 29, 2024
1 parent 66f83aa commit 27356ac
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified scripts/.DS_Store
Binary file not shown.
Binary file modified scripts/00_add_covs/.DS_Store
Binary file not shown.
Binary file added scripts/00_add_covs/input/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions scripts/00_occ_model_results/00_occ_model_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ inputs:
example: "scripts/00_occ_model_results/input/occ_wide_Zcapensis.csv"
covars:
label: List covars
description: "List of covarieties"
description: "List of covariables for occupancy probability"
type: text[]
example: ["altitud", "huella"]
pred_surface:
label: pred_surface
description: "Data frame with prediction supeface"
description: "Data frame with prediction surface for maps"
type: dataframe
example: "scripts/00_occ_model_results/input/pland-elev_prediction-surface.csv"
base_grid:
label: base_grid
description: "tif with base grid"
description: "Geographical grid to define pixels in the study area"
type: dataframe
example: "scripts/00_occ_model_results/input/grilla_base.tif"
formula:
label: formula
description: "Double right-hand side formula describing covariates of detection and occupancy in that order. Each covariates must be with ~ symbol. To add occupancy/ detection covariates it use + symbol."
description: "Double right-hand side formula describing covariables of detection and occupancy in that order. Each covariate must be with ~ symbol. To add occupancy/ detection covariates it use + symbol."
type: text
example: "~ duration_minutes ~ huella + altitud"
nsim:
label: nsim
description: "The number of bootstrapped samples"
description: "Number of bootstrapped samples use to evaluate goodness of fit for the model"
type: int
example: 10
plot_hist:
Expand Down
Binary file added scripts/00_studyarea_covs/.DS_Store
Binary file not shown.

0 comments on commit 27356ac

Please sign in to comment.