Skip to content

Commit

Permalink
add package logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 7, 2024
1 parent 434f768 commit e1ea297
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
)
```

# gdverse
# gdverse <img src="man/figures/logo.png" align="right" height="120"/>

<!-- badges: start -->
![CRAN](https://www.r-pkg.org/badges/version/gdverse)
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# gdverse
# gdverse <img src="man/figures/logo.png" align="right" height="120"/>

<!-- badges: start -->

![CRAN](https://www.r-pkg.org/badges/version/gdverse)
<!-- badges: end -->

Expand Down Expand Up @@ -49,7 +50,7 @@ head(fvc)
tictoc::tic()
g = gd_bestunidisc(fvc ~ .,data = select(fvc,-lulc),discnum = 2:15,cores = 6)
tictoc::toc()
## 14.33 sec elapsed
## 16.66 sec elapsed
```

``` r
Expand All @@ -62,17 +63,17 @@ gd(fvc ~ .,data = new.fvc,type = 'factor')

| variable | Q-statistic | P-value |
|:--------:|:-----------:|:---------:|
| presum | 0.6404 | 6.057e-10 |
| presum | 0.642 | 8.298e-10 |
| lulc | 0.5533 | 9.106e-10 |
| premin | 0.4381 | 5.372e-10 |
| tmpmin | 0.407 | 8.491e-10 |
| premin | 0.4423 | 8.29e-10 |
| tmpmin | 0.4065 | 4.706e-10 |
| tmpmax | 0.2284 | 5.111e-10 |
| elev | 0.209 | 1.5e-10 |
| tmpavg | 0.1972 | 3.432e-10 |
| slope | 0.1945 | 4.206e-10 |
| elev | 0.2089 | 3.485e-10 |
| tmpavg | 0.197 | 6.833e-10 |
| slope | 0.1937 | 8.865e-10 |
| pop | 0.1856 | 3.221e-10 |
| premax | 0.133 | 3.39e-10 |
| ntl | 0.02159 | 6.877e-10 |
| premax | 0.134 | 2.764e-10 |
| ntl | 0.0216 | 5.971e-10 |
| aspect | 0.00741 | 5.448e-10 |

``` r
Expand Down Expand Up @@ -106,7 +107,7 @@ gd(fvc ~ .,data = new.fvc,type = 'interaction')
| aspect ∩ tmpmax | Enhance, nonlinear |
| aspect ∩ tmpmin | Enhance, nonlinear |
| elev ∩ ntl | Enhance, nonlinear |
| elev ∩ pop | Enhance, bi- |
| elev ∩ pop | Enhance, nonlinear |
| elev ∩ premax | Enhance, nonlinear |
| elev ∩ premin | Enhance, bi- |
| elev ∩ presum | Enhance, bi- |
Expand Down
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1ea297

Please sign in to comment.