-
If I make a plot manually, using the nest+map approach, I can see the cognostic descriptions in the Labels tool.
Here's the setup.
```r
library(dplyr)
library(tidyr)
library(ggplot2)
library…
-
This can probably be filed under "Well don't do that?" But it is something that cost me like 2 hours of my life, so I thought I would mention it =). If you are wondering how I did that it was a gsub…
-
When I add a cognostic that's a trelliscope link to a cognostics function using cogDisplayHref it slows down the computation of the cognostics function significantly. My (limited) tests showed a slow …
-
Hi Ryan,
I believe I'm having compatibility issues between trelliscope and foreach/dopar.
Goal: Fit univariate regressions using each of N predictors over a number of data subsets. Make plots …
-
I'm trying to get a Trelliscope display up and running, but I keep running into an error that says there is a filename that is too long, so it can't be written. I find that it doesn't matter the size …
-
When the user specifies "cogGeo" cognostics, use a leaflet.js map in the bivariate filter area for interaction. There is some thought as to how to go about this in a way that will be useful vs. simpl…
hafen updated
10 years ago
-
Is there a good way to debug error messages that don't show up until interacting with the viewer? I'm getting the following error message only when opening the Table Sort/Filter tab.
```
Error: argum…
-
Hi,
I managed to create a trelliscope that is able to have a state that sort certain cognostics automatically in acending or decending order and select what labels to display by default.
For examp…
-
The following code was previously - in May 2020 - working (see #25):
```r
library(trelliscopejs)
library(ggplot2)
library(dplyr)
library(tidyr)
my_order
-
Thanks for your nice work !
when figures get more, a search button which can search figures by key words with exact match or fuzzy match may need. Hope this will be added in upcoming works!
All …