Questions tagged [trellis]

Trellis is a method for visually displaying multiple complex dependencies

Trellis display is a framework for the visualization of multivariable datasets. Its most common interpretation is in the lattice package in R. The idea for trellis was originally developed in 1995 at Bell Labs, and is described here.

64 questions
1
vote
1 answer

Stacked lines with multiple factors using lattice and R

Most of R is getting your data into the proper format and I am struggling with creating a two panel lattice plot with two groups of three each. Ultimately I would like to show a series of simplified box-pots which just show a line from the Lower95…
user918967
  • 2,049
  • 4
  • 28
  • 43
1
vote
0 answers

Adding Ids to Lattice Plots

Using the Oats data from the nlme package, I wish to add the individual block names (I to VI) to the plot below. I've read Add labels on lattice xyplot but I still don't quite understand it well and it doesn't answer my question. Here's the code…
John_dydx
  • 951
  • 1
  • 14
  • 27
1
vote
1 answer

Defining absolute text size using lattice

I am trying to get figures ready for publication, where the journal requires the figures to be a certain width and height and the font size to be 10. This is my basic structure: cairo_ps(file = "plot.eps", width = 6.85, height =…
Gimelist
  • 791
  • 1
  • 10
  • 25
1
vote
1 answer

Trellis graph in Lattice: changing the points and x scale

I am trying to make a Trellis graph with Lattice but I am not able to make it as I wish. I like how it looks so far, and I just need some help tuning it to look exactly what I want. I will give you the data I am trying to plot, the R code I am…
degopwn
  • 507
  • 1
  • 5
  • 14
1
vote
1 answer

R How to set tick mark size using a trellis theme in Lattice?

I'm trying to use a trellis theme to set all my graphing parameters to keep my plotting statements short. I can't seem to find the correct trellis parameter access tick mark length (or any scale parameters for that matter). library(lattice) x =…
Bryan
  • 933
  • 1
  • 7
  • 21
0
votes
0 answers

How to move a Wordpress site away from Trellis/Bedrock?

I have little experience using Trellis and I need to move a site away from a Trellis/Bedrock setup to a traditional shared hosting solution. Is there a step by step guide on the best way to approach this? I’m guessing I can’t just do a db export and…
0
votes
0 answers

How do I make a neutral category to the side of a graph in a likert plot?

I'm making a Likert plot 5 questions with 7 answer options "Completely Agree", "Agree", "Somewhat Agree", "Neither Agree nor Disagree", "Somewhat Disagree", "Disagree", "Completely Disagree", and an additional "Don't Know/No Opinion" Option. I…
0
votes
1 answer

How to create small multiples chart in R?

I'm new to R and trying to do some exploratory analysis. I have a dataset with multiple columns, 3 of them look like this Q1 Q2 Q3 1 6 2 2 6 7 2 6 6 6 6 6 7 1 1 6 6 1 where Qs are yes/no questions and 1,2,6,7 are encoded for "Yes",…
0
votes
0 answers

R Trellis lattice plots, is it possible to preselect the filters for default view of the trellis plots

I am using the package trelliscopejs https://hafen.github.io/trelliscopejs/ for generating trellis plots in my flexdashboard. My question is that for the plots, is it possible to have a default view based on pre-selection of the plot filters? eg)…
rmrm
  • 13
  • 5
0
votes
0 answers

Ironpython Spotfire: How to add (Column Names) and (none) in Trellis expression

I'm writing an IronPython script within my Spotfire dashboard and I'm facing a problem. Goal of the script is: If a document property is TRUE, show a trellis with panels on column names. If the property is FALSE, do not show a trellis. See below the…
AB123
  • 163
  • 11
0
votes
0 answers

Fresh install of Trellis by Roots on Ubuntu & VituralBox is missing composer.json under /srv/www/website.com/current

This is the error message I got when I first run 'vagrant provision' (after command 'vagrant up' blocked in 'Mounting NFS shared folders...') under the trellis directory: TASK [wordpress-install : Install Dependencies with Composer]…
0
votes
1 answer

Unable to overlay polygon to raster layer using levelplot

I am trying to create map by overlaying a polygon shape file over a raster layer using rasterVis package. I am able to perform this function with no problem with plot() function in raster package but I'd like to customize the colors. For some reason…
0
votes
0 answers

Vagrant treating WSL as Linux on one machine (treats WSL as Windows elsewhere)

We are using Trellis and Vagrant to provision developer WordPress instances on windows machine (within the Windows Subsystem for Linux.) On one machine we are having a lot of issues, and have managed to figure out that the…
0
votes
0 answers

Lattice panel.abline plots line behind data points

I'm using coding provided here to plot a mahattan plot, but it does the abline behind my actual data points when I need to have it superposed to it. https://genome.sph.umich.edu/wiki/Code_Sample:_Generating_Manhattan_Plots_in_R I have tweaked around…
0
votes
1 answer

Does timber have default 500 template like it has 404?

I am using timber starter theme for my wordpress website along with twig templates. I can render 404 template given by timber for 404 errors. I want to know if timber provides or handles even 500 error? I want to show custom error page for the 500…
Praneetha
  • 303
  • 4
  • 17