Skip to content

Commit

Permalink
qgis disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
babayoshihiko committed Jun 14, 2024
1 parent 68d935e commit 3ed7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-gis-ja.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ union_arguments
最初の `INPUT` は、主なベクタオブジェクト `incongr_wgs` であり、2 番目の `OVERLAY` は、`aggzone_wgs` である。
最後の引数、`OUTPUT` は出力ファイル名だが、指定されていない場合、**qgisprocess** は自動的に `tempdir()` に一時ファイルを作成する。

```{r 09-gis-7, eval=has_qgis_plugins}
```{r 09-gis-7, eval=FALSE}
union = qgis_run_algorithm(alg,
INPUT = incongr_wgs, OVERLAY = aggzone_wgs
)
Expand Down

0 comments on commit 3ed7def

Please sign in to comment.