Nikolaos Tziokas

Results 21 issues of Nikolaos Tziokas

This is not a coding question but more of a theoretical one, so if it doesn't belong here feel free to close it. I am about to use the [BFAST...

Thank you for creating this amazing package, keep up the good work. I have the following code: ``` library(gt) library(dplyr) library(tibble) eig_val_adpt % fmt_number( columns = c(eigenvalue, variance_percent, cumulative_variance_percent), decimals...

Type: ⁇ Question
Focus: Word Output

Hi, thank you for creating this amazing package. I am trying to solve the chinese postman problem (CPP). So far, I followed the tutorial found [here](https://cran.r-project.org/web/packages/sfnetworks/vignettes/sfn04_routing.html), where I just set...

Hi thank you for creating such a great package. I was wondering if it makes sense to create a function for hyperparameter tuning of the boosted_revression_forest function. If not, feel...

Hi, I was playing around with the `raster.gaussian.smooth()` and I noticed when I set type = "convolution" I get this error message: ``` Running a Gaussian decomposition Temporary bug in...

Hi, thank you for developing such a great package. This is not a question, rather a feature request, so feel free to close the issue if you think it shouldn't...

Hi, for the past week or so it seems that there is an issue when using the `bm_raster()` for downloading time-series data (i.e., more than one image). I am getting...

Hi, thank you for creating the package, keep up the good work. This is not a bug nor a feature request, it's more like an issue I have when I...

I'm creating pie charts overlaid on a map using `ggplot2`, `sf`, and `scatterpie`. My point shapefile contains 58 cities with binary land use columns (retail, industrial, airport) where 1 =...

Hi, thanks for creating such an amazing package. I was wondering if there is option to add "constraints" when simulating time-series (TS). Let me explain. I want to simulate several...