Skip to content

Commit 92bda65

Browse files
committedNov 9, 2024·
- added hexsticker
1 parent 28e33f8 commit 92bda65

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed
 

‎README.Rmd

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ knitr::opts_chunk$set(
1919
# collinear <a href="https://dplyr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" /></a>
2020
-->
2121

22-
23-
# collinear: R Package for Seamless Multicollinearity Management
24-
22+
# collinear <a><img src="man/figures/logo.png" align="right" height="138" /></a>
2523

2624
<!-- Development badges
2725

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# collinear <a href="https://dplyr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" /></a>
55
-->
66

7-
# collinear: R Package for Seamless Multicollinearity Management
7+
# collinear <a><img src="man/figures/logo.png" align="right" height="138" /></a>
88

99
<!-- Development badges
1010
&#10;[![R-CMD-check](https://github.com/BlasBenito/collinear/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/BlasBenito/collinear/actions/workflows/R-CMD-check.yaml)
@@ -226,14 +226,14 @@ formulas
226226
#> solar_rad_max + rainfall_max + subregion + biogeo_realm +
227227
#> swi_range + rainfall_min + soil_nitrogen + continent + cloud_cover_range +
228228
#> topo_diversity
229-
#> <environment: 0x5afafd703c68>
229+
#> <environment: 0x55a20f4a7120>
230230
#>
231231
#> $vi_categorical
232232
#> vi_categorical ~ rainfall_mean + swi_mean + soil_temperature_max +
233233
#> soil_type + humidity_max + solar_rad_max + country_gdp +
234234
#> swi_range + rainfall_range + country_population + soil_soc +
235235
#> region + country_income + topo_diversity + topo_slope
236-
#> <environment: 0x5afafd703c68>
236+
#> <environment: 0x55a20f4a7120>
237237
```
238238

239239
These formulas can be used to fit models right away.

‎dev_scripts/logo.R

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
install.packages("hexSticker")
2+
3+
library(hexSticker)
4+
s <- sticker(~plot(cars, cex=.5, cex.axis=.5, mgp=c(0,.3,0), xlab="", ylab=""),
5+
package="hexSticker", p_size=20, s_x=.8, s_y=.6, s_width=1.4, s_height=1.2,
6+
filename="inst/figures/baseplot.png")

‎dev_scripts/logo.odp

13.7 KB
Binary file not shown.

‎man/figures/logo.png

60 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.